422
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
itemGap: fitChartSize(6),
|
||||
formatter: (name) => {
|
||||
let obj = props.dataList.find((item) => item.name == name)
|
||||
return `{name|${name}} {value|${obj?.value}}{value|次}`
|
||||
return `{name|${name}} {value|${obj?.value}}{value|%}`
|
||||
},
|
||||
textStyle: {
|
||||
rich: {
|
||||
|
||||
@@ -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