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 = () => { 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)