From 19c62799136bb984e968fcb6b0a4d2371d018270 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期一, 15 九月 2025 17:43:11 +0800
Subject: [PATCH] 人员信息展示更新

---
 src/api/AiCentre/EChartsdata.js |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/src/api/AiCentre/EChartsdata.js b/src/api/AiCentre/EChartsdata.js
index 2b4d479..44ec949 100644
--- a/src/api/AiCentre/EChartsdata.js
+++ b/src/api/AiCentre/EChartsdata.js
@@ -51,7 +51,7 @@
   });
 }
 
-// 鍚勭瀹ゆ湇鍔′汉娆�
+// 鍚勮棰樼粍鏈嶅姟浜烘
 export function getDeptRanking(data) {
   return request({
     url: "/smartor/patinhosp/getDeptRanking",
@@ -59,3 +59,19 @@
     data: data,
   });
 }
+// 鑾峰彇orgid
+// 鍐嶆闅忚鏈嶅姟
+export function getorganization(data) {
+  return request({
+    url: "/smartor/organization/list",
+    method: "get",
+  });
+}
+// 鍙戦�佺煭淇�
+export function sendMsg(data) {
+  return request({
+    url: "/sms/send",
+    method: "post",
+    data: data
+  });
+}

--
Gitblit v1.9.3