From d27da0d7b2f5cc3cc97622158b7f14a7faabb05b Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期三, 12 六月 2024 18:42:33 +0800
Subject: [PATCH] 世医图谱

---
 src/api/index.js |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/src/api/index.js b/src/api/index.js
index de739a5..9ca47bb 100644
--- a/src/api/index.js
+++ b/src/api/index.js
@@ -250,7 +250,7 @@
 };
 // -------------------------P
 
-// 鏈濅唬
+// 鏃舵湡
 export const getDynastyAll = () => {
   return req1({
     url: "/dynasty/list",
@@ -358,3 +358,17 @@
   });
 };
 
+export const getInstitutionList = () => {
+  return req1({
+    url: "/medical/institutionList",
+    method: "post"
+  });
+};
+
+
+
+
+
+
+
+

--
Gitblit v1.9.1