src/templates/comtableconfig/index.jsx
@@ -385,10 +385,12 @@ * @description 搜索条件编辑,获取搜索条件表单信息 */ handleSearch = (card) => { const { menu } = this.props this.setState({ modaltype: 'search', card: card, formlist: getSearchForm(card) formlist: getSearchForm(card, menu.roleList) }) } @@ -413,11 +415,13 @@ * @description 显示列与合并列编辑,获取表单信息 */ handleColumn = (card) => { const { menu } = this.props if (card.type !== 'colspan') { this.setState({ modaltype: 'columns', card: card, formlist: getColumnForm(card) formlist: getColumnForm(card, menu.roleList) }) } else { this.setState({