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 || ''