| | |
| | | _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 || '' |
| | |
| | | } else if (value === 'custom') { |
| | | _fieldval.Ot = 'required' |
| | | } |
| | | |
| | | |
| | | if (this.record.position === 'grid') { |
| | | _fieldval.Ot = 'requiredSgl' |
| | |
| | | componentDidMount () { |
| | | window.addEventListener('storage', (e) => { |
| | | if (e.key !== 'menuUpdate') return |
| | | |
| | | this.reload() |
| | | }) |
| | | } |