From 7cf4649aa88b0dd950bbeeb70f9c875ce1d550ce Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期四, 20 二月 2025 18:31:47 +0800
Subject: [PATCH] 项目业主单位页面

---
 src/api/system/dept.js |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diff --git a/src/api/system/dept.js b/src/api/system/dept.js
index fc943cd..c94c5fa 100644
--- a/src/api/system/dept.js
+++ b/src/api/system/dept.js
@@ -9,6 +9,16 @@
   })
 }
 
+// flowable鏌ヨ鎵�鏈夐儴闂�
+export function flowableGetAllDept() {
+  return request({
+    url: '/system/dept/flowable/all',
+    method: 'get'
+  })
+}
+
+
+
 // 鏌ヨ閮ㄩ棬鍒楄〃锛堟帓闄よ妭鐐癸級
 export function listDeptExcludeChild(deptId) {
   return request({
@@ -49,4 +59,13 @@
     url: '/system/dept/' + deptId,
     method: 'delete'
   })
-}
\ No newline at end of file
+}
+
+// 鏌ヨ瀹℃壒绔儴闂�
+export function approvalList(query) {
+  return request({
+    url: '/system/dept/approvalList',
+    method: 'get',
+    params: query
+  })
+}

--
Gitblit v1.8.0