From 7a7608d68227404c2cee81589a0f53bd0d9a4c78 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期一, 20 五月 2024 18:43:04 +0800
Subject: [PATCH] 调整时空地图

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

diff --git a/src/api/index.js b/src/api/index.js
index df88f58..7cca411 100644
--- a/src/api/index.js
+++ b/src/api/index.js
@@ -123,6 +123,14 @@
     params: data
   });
 };
+// 鍖诲浜虹墿鐭ヨ瘑搴� 浜虹墿鍏崇郴
+export const getNodeCount = (data) => {
+  return req1({
+    url: "/inheritMedical/nodeCount",
+    method: "post",
+    params: data
+  });
+};
 
 // 鍖诲浜虹墿鐭ヨ瘑搴� 钁楄堪
 export const getPersonWritings = (data) => {
@@ -296,6 +304,14 @@
   });
 };
 
+export const getPersonDataOutput = (Obj) => {
+  return req1({
+    url: "/person/dataOutput",
+    method: "post",
+    params: Obj
+  });
+};
+
 // -----------
 
 // 涓浗鍖诲浜虹墿鐭ヨ瘑搴�

--
Gitblit v1.9.1