Merge pull request #1706 from dataease/pr@dev@fix_tree

fix: 统一授权后,分组tree参数修正
This commit is contained in:
Junjie 2022-01-27 14:28:55 +08:00 committed by GitHub
commit 11931751ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -550,6 +550,7 @@ export default {
this.$refs['tableForm'].validate((valid) => {
if (valid) {
view.title = view.name
view.sceneId = view.pid
post('/chart/view/save', view).then(response => {
this.closeTable()
this.$message({

View File

@ -426,6 +426,7 @@ export default {
this.$refs['tableForm'].validate((valid) => {
if (valid) {
table.isRename = true
table.sceneId = table.pid
alter(table).then(response => {
this.closeTable()
this.$message({