src/templates/sharecomponent/columncomponent/index.jsx
@@ -73,6 +73,7 @@ */ handleColumn = (card) => { const { menu } = this.props const { columnlist } = this.state if (card.type !== 'colspan') { let menulist = [] @@ -99,11 +100,20 @@ return fst }) } let fields = [] columnlist.forEach(col => { if (!col.field) return fields.push({ value: col.field, text: col.label }) }) this.setState({ modaltype: 'columns', card: card, formlist: getColumnForm(card, menulist) formlist: getColumnForm(card, menulist, fields) }) } else { this.setState({