From 0efe80f285b799fbf376c6567889dfa9061b72ec Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期日, 04 二月 2024 16:26:35 +0800
Subject: [PATCH] su

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

diff --git a/src/api/hosp/project.js b/src/api/hosp/project.js
index 6aa2f75..a380f4d 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) {
@@ -76,3 +93,12 @@
     params: query
   })
 }
+
+// 鏌ヨ浣撴椤圭洰璇︾粏
+export function getInfoByProId(proId) {
+  return request({
+    url: 'hosp/project/getInfoByProId',
+    method: 'get',
+    params: {proId:proId}
+  })
+}

--
Gitblit v1.8.0