From 2ab2dcd91a6ee60fa907fd3c667ed174f17f13b5 Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期四, 15 八月 2024 09:01:59 +0800
Subject: [PATCH] su

---
 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