king
2022-07-18 6f17ab979b81670b5d0017b0542e1988359c82c2
src/menu/components/share/actioncomponent/actionform/index.jsx
@@ -582,6 +582,10 @@
        _fieldval.Ot = 'required'
      }
      if (this.props.type === 'card' && _fieldval.Ot === 'required') { // 卡片中无多行选项
        _fieldval.Ot = 'requiredSgl'
      }
      this.record.label = _fieldval.label || this.record.label || ''
      this.record.Ot = _fieldval.Ot || this.record.Ot || ''
      this.record.class = _fieldval.class || this.record.class || ''