Merge pull request #443 from dataease/pr@v1.1@refactor_视图tree优化

refactor: 视图分组tree优化
This commit is contained in:
XiaJunjie2020 2021-07-30 18:43:08 +08:00 committed by GitHub
commit a70c64ced1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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