diff --git a/front/src/views/home/detailsPageInfrastructureTree.vue b/front/src/views/home/detailsPageInfrastructureTree.vue index 62c1b8fb..a4aaab3b 100644 --- a/front/src/views/home/detailsPageInfrastructureTree.vue +++ b/front/src/views/home/detailsPageInfrastructureTree.vue @@ -136,7 +136,6 @@ } else { getCameraInfoByAreaId({ areaId: '70be8c5b664f4bcf869d82f2e8335051', - status: 1, }).then((res) => { treeData.value = res.data.data }) @@ -270,7 +269,6 @@ } else { getCameraInfoByAreaId({ areaId: val.id, - status: 1, }).then((res) => { treeData.value.map((treeDataItem, index) => { if (item.id == treeDataItem.id) { @@ -345,7 +343,6 @@ } else { getCameraInfoByAreaId({ areaId: item.id, - status: 1, }).then((res) => { treeData.value.map((treeDataItem, index) => { if (item.id == treeDataItem.id) { diff --git a/front/src/views/home/videoSurveillance/index.vue b/front/src/views/home/videoSurveillance/index.vue index 117f7bbf..333b6258 100644 --- a/front/src/views/home/videoSurveillance/index.vue +++ b/front/src/views/home/videoSurveillance/index.vue @@ -226,7 +226,6 @@ longitude: this.mapSearchParam.gpsX || '', latitude: this.mapSearchParam.gpsY || '', radius: this.mapSearchParam.radius || '', - status: 1, } let paramsFather = '' let i = 1