From 6f2e4f80e8698ff90a70aabffcb6842d0760445f Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期四, 05 十二月 2024 17:35:14 +0800
Subject: [PATCH] 10

---
 src/api/doctor/check.js |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/src/api/doctor/check.js b/src/api/doctor/check.js
index 1391be0..bf7890d 100644
--- a/src/api/doctor/check.js
+++ b/src/api/doctor/check.js
@@ -86,11 +86,12 @@
     })
   }
 
-  export function getDeptAdvice(proId) {
+  export function getDeptAdvice(data) {
     return request({
-      url: '/system/dept/getDeptAdvice/' + proId,
+      url: '/system/dept/getDeptAdvice',
       method: 'get',
       // params:proId
+      params:data
     })
   }
 
@@ -130,4 +131,13 @@
     method: 'get',
     params:data
   })
+}
+
+//鐐瑰嚮鐖堕」鐩樉绀哄瓙椤圭洰璇︽儏
+export function getAdviceByTjNumAndPro(data) {
+  return request({
+    url: '/system/dept/getAdviceByTjNumAndPro',
+    method: 'get',
+    params:data
+  })
 }
\ No newline at end of file

--
Gitblit v1.8.0