From 8e4792300d095bdc94e7ec8cd6b5ef1ad3fc4b0c Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期四, 13 二月 2025 16:52:37 +0800 Subject: [PATCH] qx --- 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