src/templates/sharecomponent/searchcomponent/index.jsx
@@ -93,6 +93,7 @@ * @description 搜索条件编辑,获取搜索条件表单信息 */ handleSearch = (card) => { const { config } = this.props const { searchlist } = this.state let linkableFields = [] @@ -108,8 +109,8 @@ }) let columns = null if (this.props.config.type === 'table') { columns = this.props.config.columns.map(item => { if (config.columns && config.columns.length) { columns = config.columns.map(item => { return {key: item.uuid, text: item.field, value: item.field, label: item.label} }) }