西海岸:去掉拼接的status=1
This commit is contained in:
parent
4e3fa20984
commit
eab0eb374a
|
@ -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) {
|
||||
|
|
|
@ -226,7 +226,6 @@
|
|||
longitude: this.mapSearchParam.gpsX || '',
|
||||
latitude: this.mapSearchParam.gpsY || '',
|
||||
radius: this.mapSearchParam.radius || '',
|
||||
status: 1,
|
||||
}
|
||||
let paramsFather = ''
|
||||
let i = 1
|
||||
|
|
Loading…
Reference in New Issue