king
2023-07-07 cea7ef2f8a6b608f31d9ebffdda07c2a336db9c3
src/menu/components/form/step-form/index.jsx
@@ -459,7 +459,7 @@
        })
      }
      if (item.type === 'switch') {
      if (item.type === 'switch' || item.type === 'check') {
        _linksupFields.push({
          field: item.field,
          label: item.label
@@ -807,6 +807,7 @@
        </div>
        <Modal
          title="编辑"
          wrapClassName="mk-scroll-modal"
          visible={this.state.visible}
          width={950}
          maskClosable={false}