CN-1479 fix: 搜索组件text和tag模式交互添加枚举

This commit is contained in:
刘洪洪
2023-12-07 18:23:20 +08:00
parent bca51683e5
commit a1ae084216
8 changed files with 173 additions and 1113 deletions

View File

@@ -322,7 +322,7 @@ export default {
}
},
_initComponent () {
getDataset(this, this.queryParams || {}).then((dataset, dataDisposeFun) => {
getDataset(this, this.queryParams || {}, this.columnList).then((dataset, dataDisposeFun) => {
this.dataset = Object.freeze(dataset)
}).catch(err => {
console.error(err)