西海岸:获取摄像头拼接status为1

This commit is contained in:
guoyue 2022-09-20 19:08:21 +08:00
parent 8b9e11b0a0
commit 5387d6a7a3
1 changed files with 9 additions and 8 deletions

View File

@ -494,7 +494,7 @@
<template #bodyCell="{ column, record }">
<template v-if="column.dataIndex === 'operation'">
<a
v-if="isXiHaiAn || true"
v-if="isXiHaiAn"
@click="
openVideo(
record.channelCode ||
@ -1730,13 +1730,14 @@
status: 1,
name: mapSearchParam.value.cameraName
}
if (
params.regionId === '70be8c5b664f4bcf869d82f2e8335051' &&
!params.name &&
!params.longitude
) {
params.status = ''
}
// todo-
// if (
// params.regionId === '70be8c5b664f4bcf869d82f2e8335051' &&
// !params.name &&
// !params.longitude
// ) {
// params.status = ''
// }
let paramsFather = ''
let i = 1
for (var key in params) {