From 2576c71ce6a7d0465fcbc5ebc7507da9472c41a3 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期三, 05 十一月 2025 23:41:12 +0800
Subject: [PATCH] feat: 创建转运任务
---
app/api/system/dept.js | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/app/api/system/dept.js b/app/api/system/dept.js
index 0c63430..fd4b2b4 100644
--- a/app/api/system/dept.js
+++ b/app/api/system/dept.js
@@ -17,11 +17,8 @@
*/
export function listBranchCompany() {
return request({
- url: '/system/dept/list',
- method: 'get',
- params: {
- parentId: 100
- }
+ url: '/system/dept/branch/by-oa',
+ method: 'get'
})
}
--
Gitblit v1.9.1