From a113085bf4960ea08532bf8d6fed08a72f9e66c3 Mon Sep 17 00:00:00 2001 From: guonan <guonan201020@163.com> Date: 星期三, 09 七月 2025 15:19:57 +0800 Subject: [PATCH] 修改 --- src/components/tools/LayerTree.vue | 1 + src/api/hpApi.js | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/api/hpApi.js b/src/api/hpApi.js index e3df69f..ce801f0 100644 --- a/src/api/hpApi.js +++ b/src/api/hpApi.js @@ -178,7 +178,7 @@ export async function getDeviceInfoByPage(data, pageNum) { const response = await axios.post("/hp/deviceInfo/getData", { filterObject: { - "divisionDistrict": data, + "divisionDistrictList": [data], // 鎵�灞為」鐩� // 濡傛灉涓嶅姞杩欎釜锛屽垯杩斿洖鐨勫叏鏄己闇囦华锛�1933099069385355265锛� "belongObjList": [ diff --git a/src/components/tools/LayerTree.vue b/src/components/tools/LayerTree.vue index f265158..a7338fb 100644 --- a/src/components/tools/LayerTree.vue +++ b/src/components/tools/LayerTree.vue @@ -267,6 +267,7 @@ if (list && Array.isArray(list)) { for (const item of list) { const entity = await item; + console.log(entity,'eeeeeeeee') let shouldRemove = true; // 榛樿瑕佸垹闄� -- Gitblit v1.9.3