删除多余文件
This commit is contained in:
@@ -177,7 +177,6 @@ const defaultProps = ref({
|
||||
const handleClick = (tab: any, e: any) => {
|
||||
// if(activeName.value===1){
|
||||
tableStore.index()
|
||||
chartsRef.value.getTableStoreParams(tableStore.table.params)
|
||||
// }
|
||||
}
|
||||
|
||||
@@ -289,9 +288,9 @@ const tableStore = new TableStore({
|
||||
},
|
||||
loadCallback: () => {
|
||||
let treeData = []
|
||||
|
||||
treeData = tree2List(tableStore.table.data)
|
||||
tableStore.table.data = JSON.parse(JSON.stringify(treeData))
|
||||
chartsRef.value.getTableStoreParams(tableStore.table.params)
|
||||
setTimeout(() => {
|
||||
activeName.value == 0 && tableRef.value && tableRef.value.getRef().setAllTreeExpand(true)
|
||||
}, 0)
|
||||
|
||||
Reference in New Issue
Block a user