Merge branch 'main' of https://git.jsspisoft.com/ry-das
This commit is contained in:
commit
4d53e9541f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user