From 6bf0b65995f54e9ee85b9d6823b77fb355b2a47c Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 17 十二月 2024 14:39:10 +0800 Subject: [PATCH] 异常结果 --- src/api/hosp/project.js | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 45 insertions(+), 0 deletions(-) diff --git a/src/api/hosp/project.js b/src/api/hosp/project.js index 6f20087..bc733b6 100644 --- a/src/api/hosp/project.js +++ b/src/api/hosp/project.js @@ -11,6 +11,15 @@ // 鏌ヨ浣撴椤圭洰鍒楄〃(鏍戝舰缁撴瀯) 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 @@ -93,3 +102,39 @@ 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 + }) +} + + +export function tbhisproprice() { + return request({ + url: '/system/config/tbhisproprice', + method: 'get', + }) +} \ No newline at end of file -- Gitblit v1.8.0