This commit is contained in:
yanran200730
2022-03-21 14:01:54 +08:00
parent 01248798a7
commit 7ef72ab71e

View File

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