From c6b785037442a26b5b45e4bc9834e49c47e3fb09 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期五, 14 二月 2025 17:23:18 +0800 Subject: [PATCH] 取消自动关闭读卡器 --- src/api/doctor/examination.js | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/api/doctor/examination.js b/src/api/doctor/examination.js index 7cded7e..f86bb7b 100644 --- a/src/api/doctor/examination.js +++ b/src/api/doctor/examination.js @@ -46,6 +46,15 @@ }) } +// 鐐瑰嚮鎭㈠ +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({ @@ -62,4 +71,4 @@ method: 'get', params: {tjNum:tjNum} }) -} \ No newline at end of file +} -- Gitblit v1.8.0