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