src/menu/components/form/formaction/formconfig.jsx
@@ -127,10 +127,17 @@ fields.forEach(item => { if (item.type !== 'text' && item.type !== 'number') return resets.push({ value: item.field, text: item.label }) if (item.label !== item.field) { resets.push({ value: item.field, text: item.label + ' (' + item.field + ')' }) } else { resets.push({ value: item.field, text: item.label }) } }) return [