src/menu/components/form/tab-form/index.jsx
@@ -482,7 +482,7 @@ }) } if (item.type === 'switch' || item.type === 'check') { if (['switch', 'check', 'popSelect'].includes(item.type)) { _linksupFields.push({ field: item.field, label: item.label @@ -597,6 +597,7 @@ res.fields.forEach(item => { item.uuid = Utils.getuuid() delete item.focus }) delete res.prevButton