添加重新加载数据的方法

This commit is contained in:
ky_sunl
2021-04-19 10:50:53 +00:00
parent a18b6fe920
commit 1bd0b90a2d

View File

@@ -47,6 +47,10 @@ export default {
}) })
}, },
onReloadData() {
this.onLoadData()
},
onExpand(expandedKeys) { onExpand(expandedKeys) {
this.expandedKeys = expandedKeys; this.expandedKeys = expandedKeys;
this.autoExpandParent = false; this.autoExpandParent = false;