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