From b2651eb5f38f28d5a893ddbca6c3ee310683d3a0 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期四, 27 二月 2025 18:01:22 +0800 Subject: [PATCH] 1 --- src/api/doctor/examination.js | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/src/api/doctor/examination.js b/src/api/doctor/examination.js index 7cded7e..4916e5e 100644 --- a/src/api/doctor/examination.js +++ b/src/api/doctor/examination.js @@ -45,6 +45,21 @@ params: {tjNUm:tjNUm,proId:proId} }) } +export function yijian(tjNUm,proId) { + return request({ + url: '/hosp/order/chushenyemianyijianjiekou', + method: 'get', + params: {tjNUm:tjNUm,proId:proId} + }) +} +// 鐐瑰嚮鎭㈠ +export function huifu(tjNUm,proId) { + return request({ + url: '/hosp/inspection/csqijianhuifujiekou', + method: 'get', + params: {tjNUm:tjNUm,proId:proId} + }) +} // 鐐瑰嚮缁撴灉鏌ヨ export function resultList(tjNum,proId) { @@ -62,4 +77,4 @@ method: 'get', params: {tjNum:tjNum} }) -} \ No newline at end of file +} -- Gitblit v1.8.0