This commit is contained in:
sjl
2025-11-12 15:42:31 +08:00
parent d6336f7ba8
commit b982cee382
3 changed files with 105 additions and 51 deletions

View File

@@ -294,7 +294,7 @@ const tableStore = new TableStore({
// treeData = tree2List(tableStore.table.data)
// tableStore.table.data = JSON.parse(JSON.stringify(treeData))
tableStore.table.data = tree2List(tableStore.table.data, Math.random() * 1000)
console.log('tableStore.table.params---2', tableStore.table.params)
chartsRef.value && chartsRef.value.getTableStoreParams(tableStore.table.params)
setTimeout(() => {
activeName.value == 0 && tableRef.value && tableRef.value.getRef().setAllTreeExpand(true)