From d23ab1d66456d5dd8aa8645bb262deef4e70a9eb Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期五, 17 一月 2025 19:02:01 +0800 Subject: [PATCH] 2 --- src/api/doctor/examination.js | 29 ++++++++++++++++++++++++++++- 1 files changed, 28 insertions(+), 1 deletions(-) diff --git a/src/api/doctor/examination.js b/src/api/doctor/examination.js index 43299f7..f86bb7b 100644 --- a/src/api/doctor/examination.js +++ b/src/api/doctor/examination.js @@ -44,4 +44,31 @@ method: 'get', params: {tjNUm:tjNUm,proId:proId} }) -} \ No newline at end of file +} + +// 鐐瑰嚮鎭㈠ +export function huifu(tjNUm,proId) { + return request({ + url: '/hosp/inspection/csqijianhuifujiekou', + method: 'get', + params: {tjNUm:tjNUm,proId:proId} + }) +} + +// 鐐瑰嚮缁撴灉鏌ヨ +export function resultList(tjNum,proId) { + return request({ + url: '/check/chushenyemianchakanxiangmujieguo', + method: 'get', + params: {tjNum:tjNum,proId:proId} + }) +} + +// 鍒ゆ柇鐘舵�� +export function typeOne(tjNum) { + return request({ + url: '/check/panduaniscunzaiweijian', + method: 'get', + params: {tjNum:tjNum} + }) +} -- Gitblit v1.8.0