修改 路由返回页面刷新
This commit is contained in:
@@ -174,7 +174,6 @@ const tableStore = new TableStore({
|
||||
|
||||
treeData = tree2List(tableStore.table.data,)
|
||||
tableStore.table.data = JSON.parse(JSON.stringify(treeData))
|
||||
console.log("🚀 ~ tableStore.table.data:", tableStore.table.data)
|
||||
|
||||
setTimeout(() => {
|
||||
tableRef.value.getRef().setAllTreeExpand(true)
|
||||
|
||||
@@ -18,7 +18,7 @@ import { mainHeight } from '@/utils/layout'
|
||||
import Table from './components/table.vue'
|
||||
import Echart from './components/echart.vue'
|
||||
defineOptions({
|
||||
name: 'harmonic-boot/area/OnlineRate'
|
||||
name: 'harmonic-boot/harmonic/getIntegrityData'
|
||||
})
|
||||
const activeName = ref('1')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user