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 |   37 ++++++++++++++++++++++++++++++++++++-
 1 files changed, 36 insertions(+), 1 deletions(-)

diff --git a/src/api/hosp/project.js b/src/api/hosp/project.js
index d36bbd8..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({
@@ -57,4 +66,30 @@
     url: 'system/dept/deptTree',
     method: 'get'
   })
-}
\ No newline at end of file
+}
+
+// 鏌ヨ閮ㄩ棬涓嬫媺鏍戠粨鏋�
+export function deptTree111() {
+  return request({
+    url: 'system/dept/deptTree111',
+    method: 'get'
+  })
+}
+
+
+// 鏂板浣撴椤圭洰
+export function getChartByDeptId(query) {
+  return request({
+    url: '/home/page/getChartByDeptId',
+    method: 'get',
+    params: query
+  })
+}
+// 鏌ヨlis鏁版嵁搴撻」鐩俊鎭帴鍙�
+export function getTjHyBgList(query) {
+  return request({
+    url: '/sqlserver/getdata/getTjHyBgList',
+    method: 'get',
+    params: query
+  })
+}

--
Gitblit v1.8.0