From caef1ff213da160e818342eceb3d77fac0db280d Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期五, 30 五月 2025 16:41:29 +0800 Subject: [PATCH] qx --- src/api/system/comp.js | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/api/system/comp.js b/src/api/system/comp.js index 236ecb7..318c8c2 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,12 @@ method: 'post', data: data }) +} + +// 鏌ヨ鍗曚綅鍒嗙粍璇︾粏淇℃伅 +export function getDetails(id) { + return request({ + url: `/hosp/dwgrouping/${id}`, + method: 'get' + }) } \ No newline at end of file -- Gitblit v1.8.0