From 6269e2718144c9ff760a00385d3552cebdd0ffe3 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期一, 20 五月 2024 19:07:43 +0800
Subject: [PATCH] 世医数量调用接口

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

diff --git a/src/api/index.js b/src/api/index.js
index bc821c5..343f388 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",
+    data: data
+  });
+};
 
 // 鍖诲浜虹墿鐭ヨ瘑搴� 钁楄堪
 export const getPersonWritings = (data) => {

--
Gitblit v1.9.1