西海岸:去掉拼接的status=1

This commit is contained in:
guoyue 2022-09-26 16:28:50 +08:00
parent 4e3fa20984
commit eab0eb374a
2 changed files with 0 additions and 4 deletions

View File

@ -136,7 +136,6 @@
} else { } else {
getCameraInfoByAreaId({ getCameraInfoByAreaId({
areaId: '70be8c5b664f4bcf869d82f2e8335051', areaId: '70be8c5b664f4bcf869d82f2e8335051',
status: 1,
}).then((res) => { }).then((res) => {
treeData.value = res.data.data treeData.value = res.data.data
}) })
@ -270,7 +269,6 @@
} else { } else {
getCameraInfoByAreaId({ getCameraInfoByAreaId({
areaId: val.id, areaId: val.id,
status: 1,
}).then((res) => { }).then((res) => {
treeData.value.map((treeDataItem, index) => { treeData.value.map((treeDataItem, index) => {
if (item.id == treeDataItem.id) { if (item.id == treeDataItem.id) {
@ -345,7 +343,6 @@
} else { } else {
getCameraInfoByAreaId({ getCameraInfoByAreaId({
areaId: item.id, areaId: item.id,
status: 1,
}).then((res) => { }).then((res) => {
treeData.value.map((treeDataItem, index) => { treeData.value.map((treeDataItem, index) => {
if (item.id == treeDataItem.id) { if (item.id == treeDataItem.id) {

View File

@ -226,7 +226,6 @@
longitude: this.mapSearchParam.gpsX || '', longitude: this.mapSearchParam.gpsX || '',
latitude: this.mapSearchParam.gpsY || '', latitude: this.mapSearchParam.gpsY || '',
radius: this.mapSearchParam.radius || '', radius: this.mapSearchParam.radius || '',
status: 1,
} }
let paramsFather = '' let paramsFather = ''
let i = 1 let i = 1