diff --git a/src/components/FormDesigner/componentsConfig.js b/src/components/FormDesigner/componentsConfig.js index 1e64245..21d7860 100644 --- a/src/components/FormDesigner/componentsConfig.js +++ b/src/components/FormDesigner/componentsConfig.js @@ -19,6 +19,10 @@ export const basicComponents = [ type: 'text', name: '文本', icon: 'language', + options: { + defaultValue: '', + remoteFunc: '', + }, }, { type: 'textarea',