From ad54cf427ee94e01e8c72a01f738615eb2b6569d Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期五, 04 七月 2025 17:58:34 +0800
Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb

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

diff --git a/src/api/system/comp.js b/src/api/system/comp.js
index 236ecb7..77e66f8 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
   })
 }
 
@@ -185,4 +183,24 @@
     method: 'post',
     data: data
   })
+}
+
+// 鏌ヨ鍗曚綅鍒嗙粍璇︾粏淇℃伅
+export function getDetails(id) {
+  return request({
+    url: `/hosp/dwgrouping/${id}`,
+    method: 'get'
+  })
+}
+
+
+
+export function huoqutuantitaocanxiangmuList(dwId) {
+  return request({
+    url: 'hosp/dwgrouping/huoqutuantitaocanxiangmuList',
+    method: 'get',
+     params:{
+      dwId:dwId
+    }
+  })
 }
\ No newline at end of file

--
Gitblit v1.8.0