故障录波:关闭后清除图表数据
This commit is contained in:
parent
a9c6329c44
commit
644ef9c3a2
@ -349,6 +349,7 @@ const readFile = (data: tableItemData) => {
|
|||||||
const closePreviewFileDialog = () => {
|
const closePreviewFileDialog = () => {
|
||||||
previewTreeData.value = []
|
previewTreeData.value = []
|
||||||
previewChartData = []
|
previewChartData = []
|
||||||
|
selectPreviewTree = []
|
||||||
curSeries = []
|
curSeries = []
|
||||||
previewChartInstance && previewChartInstance.clear()
|
previewChartInstance && previewChartInstance.clear()
|
||||||
}
|
}
|
||||||
@ -377,7 +378,7 @@ const previewSearchTree = (val: string) => {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
const selectPreviewTree: any = []
|
let selectPreviewTree: any = []
|
||||||
const handleCheckChange = (data: any, state: boolean) => {
|
const handleCheckChange = (data: any, state: boolean) => {
|
||||||
previewChartInstance && previewChartInstance.clear()
|
previewChartInstance && previewChartInstance.clear()
|
||||||
console.log(data, state)
|
console.log(data, state)
|
||||||
|
Loading…
Reference in New Issue
Block a user