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