From 82fe0718311ec6a29af1d1702b62d17d9970e2de Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期三, 22 一月 2025 15:20:10 +0800
Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb

---
 src/api/doctor/examination.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/api/doctor/examination.js b/src/api/doctor/examination.js
index 961abe9..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({

--
Gitblit v1.8.0