fix: 修改table新增有多余参数的问题
This commit is contained in:
@@ -415,6 +415,9 @@ export default {
|
||||
if (!this.chart.groupId || this.chart.groupId == -1) {
|
||||
this.chart.groupId = ''
|
||||
}
|
||||
if (this.chart.type == 'table') {
|
||||
this.chart.param.tags = this.chart.param.indexs ? this.chart.param.indexs.split(',') : []
|
||||
}
|
||||
} else {
|
||||
this.$message.error(res.msg)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user