422
This commit is contained in:
@@ -500,7 +500,6 @@
|
||||
console.log(regionList.value, ' regionList.value')
|
||||
}
|
||||
const onMonitorChange = () => {
|
||||
|
||||
monitorChange = pubSub.subscribe('monitorChange', (res, data) => {
|
||||
cameraName.value = ''
|
||||
current.value = 0
|
||||
@@ -509,8 +508,12 @@
|
||||
videoList.value = []
|
||||
regionList.value = []
|
||||
total.value = 0
|
||||
getVideoType()
|
||||
getVideoRegions()
|
||||
setTimeout(()=>{
|
||||
getVideoType()
|
||||
getVideoRegions()
|
||||
},1500)
|
||||
|
||||
|
||||
})
|
||||
}
|
||||
onMounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user