src/menu/components/form/formaction/formconfig.jsx
@@ -101,7 +101,7 @@ type: 'radio', key: 'sqlType', label: Formdict['header.form.action.type'], initVal: card.sqlType || 'update', initVal: card.sqlType || '', required: true, options: [{ value: 'insert', @@ -317,7 +317,7 @@ key: 'syncComponent', label: '同步刷新', initVal: card.syncComponent, tooltip: '执行成功后需要刷新的组件。注:选择当前组件的上级组件无效。', tooltip: '执行成功后需要刷新的组件。注:选择当前组件的上级组件无效,刷新上级组件请选择成功后“刷新上级组件 - 行”。', required: false, options: modules },