From 2a02d981f6d5ed2ef3b3a09d5a3b5bc0d07cf742 Mon Sep 17 00:00:00 2001
From: wangjuncheng <1>
Date: 星期三, 09 七月 2025 17:07:01 +0800
Subject: [PATCH] 提交断面

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

diff --git a/src/api/hpApi.js b/src/api/hpApi.js
index 2d609df..ce801f0 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: {
@@ -165,7 +178,7 @@
 export async function getDeviceInfoByPage(data, pageNum) {
   const response = await axios.post("/hp/deviceInfo/getData", {
     filterObject: {
-      "divisionDistrict": data,
+      "divisionDistrictList": [data],
       // 鎵�灞為」鐩�
       // 濡傛灉涓嶅姞杩欎釜锛屽垯杩斿洖鐨勫叏鏄己闇囦华锛�1933099069385355265锛�
       "belongObjList": [

--
Gitblit v1.9.3