From c2943d4c365e6a4719fbd5fedf89f8c2232cf88e Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期一, 25 三月 2024 18:16:27 +0800 Subject: [PATCH] qxtj --- src/api/system/tijian.js | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/src/api/system/tijian.js b/src/api/system/tijian.js index 11d9cd4..cfb50a5 100644 --- a/src/api/system/tijian.js +++ b/src/api/system/tijian.js @@ -18,7 +18,7 @@ }) } -// 姣忎釜椤圭洰 +// 閫夋嫨浣撴椤圭洰(鎵�鏈夋湇椤圭洰)閫夊崟椤规椂璋冪敤鐨勬帴鍙� export function projectGetList() { return request({ url: '/hosp/project/getDxList', @@ -26,6 +26,25 @@ }) } + +// 閫夋嫨浣撴椤圭洰(鏍规嵁鐖堕」id閫夋嫨瀛愰」)閫夊崟椤规椂璋冪敤鐨勬帴鍙� +export function getProSonDxList(proId) { + return request({ + url: '/hosp/project/getProSonDxList', + method: 'get', + params:{ + proId:proId + } + }) +} + +export function getProParentIdDxList() { + return request({ + url: '/hosp/project/getProParentIdDxList', + method: 'get', + }) +} + // 姣忎釜椤圭洰 export function getOrder(data) { return request({ -- Gitblit v1.8.0