king
2021-04-06 f71bb7d6a8907b9219f39361725e94c28259bd61
src/menu/components/form/normal-form/index.jsx
@@ -506,6 +506,11 @@
      _form.linkSubField = _form.linkSubField.filter(item => fields.includes(item))
    }
    if (!_form.span && standardform && standardform.span) {
      _form.span = standardform.span
      _form.labelwidth = standardform.labelwidth
    }
    this.setState({
      standardform,
      visible: true,