fix: 统一授权后,分组tree参数修正

This commit is contained in:
junjie 2022-01-27 14:27:21 +08:00
parent 9972fd7734
commit 0236972b90
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({