From db966eb618d50a472fa6d882445eda2912be3c62 Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期三, 12 六月 2024 16:14:47 +0800
Subject: [PATCH] 地域图谱显示小传-

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

diff --git a/src/api/index.js b/src/api/index.js
index de739a5..528c29e 100644
--- a/src/api/index.js
+++ b/src/api/index.js
@@ -358,3 +358,17 @@
   });
 };
 
+export const getInstitutionList = () => {
+  return req1({
+    url: "/medical/institutionList",
+    method: "post"
+  });
+};
+
+
+
+
+
+
+
+

--
Gitblit v1.9.1