From 00212ed8e808fc7b76c04389224e65f27f074fb2 Mon Sep 17 00:00:00 2001 From: su1124 <1583764726@qq.com> Date: 星期五, 26 四月 2024 15:30:04 +0800 Subject: [PATCH] su --- src/api/hosp/project.js | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 54 insertions(+), 0 deletions(-) diff --git a/src/api/hosp/project.js b/src/api/hosp/project.js index 6aa2f75..c232e51 100644 --- a/src/api/hosp/project.js +++ b/src/api/hosp/project.js @@ -11,7 +11,25 @@ // 鏌ヨ浣撴椤圭洰鍒楄〃(鏍戝舰缁撴瀯) export function ProjectTree(data) { return request({ + url: '/hosp/project/getDxList', + method: 'get', + params: data + }) +} + +// 鏌ヨ浣撴椤圭洰鍒楄〃(鏍戝舰缁撴瀯) +export function getlist(data) { + return request({ url: '/hosp/project/getlist', + method: 'get', + params: data + }) +} + +// 鏌ヨ浣撴椤圭洰鍒楄〃(鏍戝舰缁撴瀯) +export function getAllChildListById(data) { + return request({ + url: 'hosp/project/getAllChildListById', method: 'get', params: data }) @@ -59,6 +77,14 @@ }) } +// 鏌ヨ閮ㄩ棬涓嬫媺鏍戠粨鏋� +export function deptTree111() { + return request({ + url: 'system/dept/deptTree111', + method: 'get' + }) +} + // 鏂板浣撴椤圭洰 export function getChartByDeptId(query) { @@ -76,3 +102,31 @@ params: query }) } + +// 鏌ヨ浣撴椤圭洰璇︾粏 +export function getInfoByProId(proId) { + return request({ + url: 'hosp/project/getInfoByProId', + method: 'get', + params: {proId:proId} + }) +} + + +// 鏌ヨ浣撴椤圭洰鍒楄〃(鏍戝舰缁撴瀯) +export function getKjTjAdviceKjbqBySex(data) { + return request({ + url: '/advice/advice/getKjTjAdviceKjbqBySex', + method: 'get', + params: data + }) +} + +// 鏌ヨ浣撴椤圭洰鍒楄〃(鏍戝舰缁撴瀯) +export function getCyTjAdviceKjbqBySex(data) { + return request({ + url: '/advice/advice/getCyTjAdviceKjbqBySex', + method: 'get', + params: data + }) +} \ No newline at end of file -- Gitblit v1.8.0