From 7ef72ab71eb12d70ae9318afd27b2e2092225db6 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 21 Mar 2022 14:01:54 +0800 Subject: [PATCH] 28321 --- packages/2.0.5/AppGridBlock/AppGridBlock.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() } }); }