diff --git a/front/src/views/home/detailsPageInfrastructureTree.vue b/front/src/views/home/detailsPageInfrastructureTree.vue index a4aaab3b..62c1b8fb 100644 --- a/front/src/views/home/detailsPageInfrastructureTree.vue +++ b/front/src/views/home/detailsPageInfrastructureTree.vue @@ -136,6 +136,7 @@ } else { getCameraInfoByAreaId({ areaId: '70be8c5b664f4bcf869d82f2e8335051', + status: 1, }).then((res) => { treeData.value = res.data.data }) @@ -269,6 +270,7 @@ } else { getCameraInfoByAreaId({ areaId: val.id, + status: 1, }).then((res) => { treeData.value.map((treeDataItem, index) => { if (item.id == treeDataItem.id) { @@ -343,6 +345,7 @@ } else { getCameraInfoByAreaId({ areaId: item.id, + status: 1, }).then((res) => { treeData.value.map((treeDataItem, index) => { if (item.id == treeDataItem.id) {