From 193c64dfd5c6872c7fe3da610db0af406a599973 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期一, 14 七月 2025 16:57:35 +0800
Subject: [PATCH] 1

---
 src/api/system/comp.js |   28 ++++++++++++++++++++++++----
 1 files changed, 24 insertions(+), 4 deletions(-)

diff --git a/src/api/system/comp.js b/src/api/system/comp.js
index 164eacd..d94dcb2 100644
--- a/src/api/system/comp.js
+++ b/src/api/system/comp.js
@@ -92,13 +92,11 @@
 }
 
 // 鑾峰彇浣撴鍗曢」椤圭洰淇℃伅
-export function getProjectList(proName) {
+export function getProjectList(query) {
   return request({
     url: '/hosp/dwgrouping/getTjParentProjectList',
     method: 'get',
-    params:{
-      proName:proName
-    }
+    params: query
   })
 }
 
@@ -193,4 +191,26 @@
     url: `/hosp/dwgrouping/${id}`,
     method: 'get'
   })
+}
+
+
+
+export function huoqutuantitaocanxiangmuList(dwId) {
+  return request({
+    url: 'hosp/dwgrouping/huoqutuantitaocanxiangmuList',
+    method: 'get',
+     params:{
+      dwId:dwId
+    }
+  })
+}
+
+
+// 鏍规嵁鍗曚綅id鍜岄儴闂↖D鏌ヨ鍗曚綅鍒嗙粍淇℃伅
+export function gettuantijiesuanrenyuan(data) {
+  return request({
+    url: '/hosp/water/gettuantijiesuanrenyuan',
+    method: 'get',
+    params: data
+  })
 }
\ No newline at end of file

--
Gitblit v1.8.0