From b040d81c856a77f280b38037e78a8b6a8bdb31ab Mon Sep 17 00:00:00 2001
From: guonan <guonan201020@163.com>
Date: 星期二, 08 七月 2025 15:51:15 +0800
Subject: [PATCH] 泥位计

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

diff --git a/src/api/hpApi.js b/src/api/hpApi.js
index 2d609df..e3df69f 100644
--- a/src/api/hpApi.js
+++ b/src/api/hpApi.js
@@ -146,7 +146,20 @@
   return response.data;
 }
 
-// 鏌ヨ瀛欒儭娌熺洃娴嬭澶�
+// 鎺ュ彛澶氬啓鍑犱釜搴旇鏃犲Θ鍚�
+export async function getDeviceNWJ(data, townCode) {
+  const response = await axios.post("/hp/deviceInfo/getData", {
+    filterObject: {
+      "dictDeviceTypeList": [data],
+      "townCodeList": [townCode],
+      "year": 2025,
+    },
+    "pageSize": 10000
+  });
+  return response.data;
+}
+
+// 鏌ヨ瀛欒儭娌熺洃娴嬭澶囷紝dictCommunicationType涓烘煡璇㈠瓩鑳℃矡鐨勯洦閲忚
 export async function getDeviceInfoSHG(data) {
   const response = await axios.post("/hp/deviceInfo/getData", {
     filterObject: {

--
Gitblit v1.9.3