From eca89cf0e2e74823fc68cb4e4bb237a1618ca912 Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期五, 02 二月 2024 17:52:12 +0800
Subject: [PATCH] su

---
 src/api/hosp/project.js |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/src/api/hosp/project.js b/src/api/hosp/project.js
index 6aa2f75..6f20087 100644
--- a/src/api/hosp/project.js
+++ b/src/api/hosp/project.js
@@ -17,6 +17,15 @@
   })
 }
 
+// 鏌ヨ浣撴椤圭洰鍒楄〃(鏍戝舰缁撴瀯)
+export function getAllChildListById(data) {
+  return request({
+    url: 'hosp/project/getAllChildListById',
+    method: 'get',
+    params: data
+  })
+}
+
 // 鏌ヨ浣撴椤圭洰璇︾粏
 export function getProject(proId) {
   return request({
@@ -59,6 +68,14 @@
   })
 }
 
+// 鏌ヨ閮ㄩ棬涓嬫媺鏍戠粨鏋�
+export function deptTree111() {
+  return request({
+    url: 'system/dept/deptTree111',
+    method: 'get'
+  })
+}
+
 
 // 鏂板浣撴椤圭洰
 export function getChartByDeptId(query) {

--
Gitblit v1.8.0