From 2edd8e62d1876b8344952c0cac4507ecf4ea4c9a Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期一, 30 十二月 2024 15:59:46 +0800 Subject: [PATCH] tjtype --- src/api/doctor/examination.js | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/src/api/doctor/examination.js b/src/api/doctor/examination.js index 43299f7..961abe9 100644 --- a/src/api/doctor/examination.js +++ b/src/api/doctor/examination.js @@ -44,4 +44,22 @@ method: 'get', params: {tjNUm:tjNUm,proId:proId} }) -} \ No newline at end of file +} + +// 鐐瑰嚮缁撴灉鏌ヨ +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