src/api/hpApi.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/components/tools/LayerTree.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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": [ 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; // 默认要删除