CN-1479 fix: 搜索组件text和tag模式交互添加枚举
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user