src/menu/components/share/pastecomponent/index.jsx
@@ -168,7 +168,7 @@ let keys = config.search.map(item => item.field.toLowerCase()) if (type === 'form') { if (['number', 'switch', 'textarea', 'checkcard', 'fileupload', 'hint', 'color', 'funcvar'].includes(res.type)) { if (['number', 'switch', 'textarea', 'fileupload', 'hint', 'color', 'funcvar'].includes(res.type)) { res.type = 'text' } else if (res.type === 'radio') { res.type = 'select'