This commit is contained in:
yanran200730
2022-02-10 14:10:47 +08:00
parent a90dfd3037
commit fb6fee0ae2
2 changed files with 7 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ export default {
this.$nextTick(() => {
if (data.isRefresh) {
this.$refs.component.getTreeList();
this.$refs.component.getList();
}
});