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 |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/src/api/index.js b/src/api/index.js
index 9ca47bb..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,
     }
   });
 };
@@ -286,6 +287,15 @@
   });
 };
 
+export const schoolAtlas = (id) => {
+  return req1({
+    url: "/person/schoolAtlas?schoolId=" + id,
+    method: "post"
+  });
+};
+
+ 
+
 export const searchSchoolPerson = (data) => {
   return req1({
     url: "/person/searchSchoolPerson",
@@ -337,7 +347,7 @@
 
 // -----------
 
-// 涓浗鍖诲浜虹墿鐭ヨ瘑搴�
+// 涓浗鍘嗕唬鍖诲浜虹墿鐭ヨ瘑搴�
 // 鏁版嵁缁熻
 export const getPDataStatistics = () => {
   return req1({

--
Gitblit v1.9.1