diff --git a/packages/2.0.5/AppGridBlock/AppGridBlock.vue b/packages/2.0.5/AppGridBlock/AppGridBlock.vue index be98134d..5eb35620 100644 --- a/packages/2.0.5/AppGridBlock/AppGridBlock.vue +++ b/packages/2.0.5/AppGridBlock/AppGridBlock.vue @@ -57,7 +57,8 @@ export default { this.$nextTick(() => { if (data.isRefresh) { - this.$refs.component.getList(); + this.$refs.component.getList() + this.$refs.component.getTreeList() } }); }