king
2021-03-28 8a0b3081ecacbb844ea639ccc53ffd2c151cec1e
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({