mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 10:18:11 +08:00
fix: 过滤器多条件异常问题;编辑数据集切换到添加数据集界面异常问题
This commit is contained in:
@@ -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: '' })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user