From cf422fa7cc284db857a9fca6d098b1b873fe6a5d Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期二, 15 七月 2025 09:22:30 +0800 Subject: [PATCH] zongjiancopy --- src/api/hosp/advicerules.js | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/api/hosp/advicerules.js b/src/api/hosp/advicerules.js index 0bafcd9..3dda435 100644 --- a/src/api/hosp/advicerules.js +++ b/src/api/hosp/advicerules.js @@ -42,3 +42,13 @@ method: 'delete' }) } + +// 鑾峰彇浣撴璇婃柇寤鸿绉戝鍒楄〃鎺ュ彛 +export function getTjProAdvicerulesKsList(query) { + return request({ + url: '/hosp/advicerules/getTjProAdvicerulesKsList' , + method: 'get', + params: query + }) +} + -- Gitblit v1.8.0