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 | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/src/api/hosp/project.js b/src/api/hosp/project.js index 24afb08..c232e51 100644 --- a/src/api/hosp/project.js +++ b/src/api/hosp/project.js @@ -18,6 +18,15 @@ } // 鏌ヨ浣撴椤圭洰鍒楄〃(鏍戝舰缁撴瀯) +export function getlist(data) { + return request({ + url: '/hosp/project/getlist', + method: 'get', + params: data + }) +} + +// 鏌ヨ浣撴椤圭洰鍒楄〃(鏍戝舰缁撴瀯) export function getAllChildListById(data) { return request({ url: 'hosp/project/getAllChildListById', @@ -102,3 +111,22 @@ 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