fix: 过滤器多条件异常问题;编辑数据集切换到添加数据集界面异常问题

This commit is contained in:
junjie
2021-07-28 11:41:06 +08:00
parent 62301c881d
commit 89a7d4b311
2 changed files with 9 additions and 7 deletions

View File

@@ -284,7 +284,7 @@ export default {
cancel() {
// this.dataReset()
if (this.param.tableId) {
this.$emit('switchComponent', { name: 'ViewTable', param: this.param.table})
this.$emit('switchComponent', { name: 'ViewTable', param: this.param.table })
} else {
this.$emit('switchComponent', { name: '' })
}