refactor: 视图分组tree优化

This commit is contained in:
junjie 2021-07-30 18:45:08 +08:00
parent ed033d6785
commit cc5a92e3d4

View File

@ -589,7 +589,8 @@ export default {
message: this.$t('chart.delete_success'), message: this.$t('chart.delete_success'),
showClose: true showClose: true
}) })
this.treeNode(this.groupForm) // this.treeNode(this.groupForm)
this.refreshNodeBy(data.pid)
}) })
}).catch(() => { }).catch(() => {
}) })