From 37de2f4b0f732ca5c19582d4a340ad7c987925b5 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期三, 05 十一月 2025 22:40:47 +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