king
2024-05-21 f0bf8c399c354c22227f8f1a76ed806098db59c0
src/menu/components/form/step-form/index.jsx
@@ -477,7 +477,7 @@
        })
      }
      if (item.type === 'switch' || item.type === 'check') {
      if (['switch', 'check', 'popSelect'].includes(item.type)) {
        _linksupFields.push({
          field: item.field,
          label: item.label
@@ -592,6 +592,7 @@
    res.fields.forEach(item => {
      item.uuid = Utils.getuuid()
      delete item.focus
    })
    if (!res.prevButton) {