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 | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/src/api/hosp/project.js b/src/api/hosp/project.js index a99fed4..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) { @@ -68,3 +85,20 @@ params: query }) } +// 鏌ヨlis鏁版嵁搴撻」鐩俊鎭帴鍙� +export function getTjHyBgList(query) { + return request({ + url: '/sqlserver/getdata/getTjHyBgList', + method: 'get', + params: query + }) +} + +// 鏌ヨ浣撴椤圭洰璇︾粏 +export function getInfoByProId(proId) { + return request({ + url: 'hosp/project/getInfoByProId', + method: 'get', + params: {proId:proId} + }) +} -- Gitblit v1.8.0