From d5f572496c5fb12fec2fe346b847bf58331299c9 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期三, 17 七月 2024 15:56:51 +0800
Subject: [PATCH] 1

---
 src/api/index.js |   30 +++++++++++++++++++++++++++---
 1 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/src/api/index.js b/src/api/index.js
index de739a5..e534e70 100644
--- a/src/api/index.js
+++ b/src/api/index.js
@@ -160,7 +160,8 @@
     url: "/person/fuzzySearch",
     method: "post",
     params: {
-      keyword: requestData?.keyword
+      keyword: requestData?.keyword,
+      personId: requestData?.personId,
     }
   });
 };
@@ -250,7 +251,7 @@
 };
 // -------------------------P
 
-// 鏈濅唬
+// 鏃舵湡
 export const getDynastyAll = () => {
   return req1({
     url: "/dynasty/list",
@@ -285,6 +286,15 @@
     method: "post"
   });
 };
+
+export const schoolAtlas = (id) => {
+  return req1({
+    url: "/person/schoolAtlas?schoolId=" + id,
+    method: "post"
+  });
+};
+
+ 
 
 export const searchSchoolPerson = (data) => {
   return req1({
@@ -337,7 +347,7 @@
 
 // -----------
 
-// 涓浗鍖诲浜虹墿鐭ヨ瘑搴�
+// 涓浗鍘嗕唬鍖诲浜虹墿鐭ヨ瘑搴�
 // 鏁版嵁缁熻
 export const getPDataStatistics = () => {
   return req1({
@@ -358,3 +368,17 @@
   });
 };
 
+export const getInstitutionList = () => {
+  return req1({
+    url: "/medical/institutionList",
+    method: "post"
+  });
+};
+
+
+
+
+
+
+
+

--
Gitblit v1.9.1