From eab0eb374a780ad90cfea9aba323463d7f110503 Mon Sep 17 00:00:00 2001 From: guoyue Date: Mon, 26 Sep 2022 16:28:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A5=BF=E6=B5=B7=E5=B2=B8=EF=BC=9A=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E6=8B=BC=E6=8E=A5=E7=9A=84status=3D1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/detailsPageInfrastructureTree.vue | 3 --- front/src/views/home/videoSurveillance/index.vue | 1 - 2 files changed, 4 deletions(-) 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