From b642ba1c78f2af0b69fd666f98e5b01c524853b0 Mon Sep 17 00:00:00 2001 From: junjie Date: Thu, 25 Feb 2021 16:43:32 +0800 Subject: [PATCH] feat(frontend): chart --- frontend/src/business/components/chart/group/Group.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/chart/group/Group.vue b/frontend/src/business/components/chart/group/Group.vue index e587bd51e2..968cce53cc 100644 --- a/frontend/src/business/components/chart/group/Group.vue +++ b/frontend/src/business/components/chart/group/Group.vue @@ -315,7 +315,7 @@ export default { type: 'success', showClose: true, }); - this.tree(this.groupForm); + this.groupTree(this.groupForm); }) } else { this.$message({