perf: 修改 reload

This commit is contained in:
ibuler
2023-11-13 14:52:03 +08:00
committed by 老广
parent af863dae75
commit 1fd29e13f8
3 changed files with 7 additions and 0 deletions

View File

@@ -142,6 +142,9 @@ export default {
},
selectNode: function(node) {
return this.$refs.AutoDataZTree.selectNode(node)
},
reloadTable() {
this.$refs.ListTable.reloadTable()
}
}
}

View File

@@ -50,6 +50,9 @@ export default {
},
selectNode: function(node) {
return this.$refs.TreeTable.selectNode(node)
},
reloadTable() {
this.$refs.TreeTable.reloadTable()
}
}
}

View File

@@ -1,6 +1,7 @@
<template>
<div>
<GenericTreeListPage
ref="GenericTreeListPage"
:header-actions="headerActions"
:table-config="tableConfig"
:tree-setting="treeSetting"