From 5d75fcaea0a3774052b7484a4ffe755258502363 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期六, 06 十二月 2025 20:49:11 +0800
Subject: [PATCH] fix:开始执行人员就绪按钮

---
 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