This commit is contained in:
刘玉霞 2024-11-13 15:50:41 +08:00
commit 4d53e9541f

View File

@ -349,6 +349,7 @@ const readFile = (data: tableItemData) => {
const closePreviewFileDialog = () => {
previewTreeData.value = []
previewChartData = []
selectPreviewTree = []
curSeries = []
previewChartInstance && previewChartInstance.clear()
}
@ -377,7 +378,7 @@ const previewSearchTree = (val: string) => {
})
}
const selectPreviewTree: any = []
let selectPreviewTree: any = []
const handleCheckChange = (data: any, state: boolean) => {
previewChartInstance && previewChartInstance.clear()
console.log(data, state)