src/menu/components/share/actioncomponent/formconfig.jsx
@@ -974,6 +974,15 @@ }] }, { type: 'text', key: 'preFunc', label: '前置函数', initVal: card.preFunc || '', tooltip: '前置函数执行完成后,结果会传入内部函数中,此时内部函数会异步执行;当前置函数返回中ErrCode等于-1时,将不再执行内部函数。', required: false, forbid: appType === 'mob' }, { type: 'radio', key: 'control', label: '按钮控制', @@ -1824,6 +1833,14 @@ }] }, { type: 'text', key: 'preFunc', label: '前置函数', initVal: card.preFunc || '', tooltip: '前置函数执行完成后,结果会传入内部函数中,此时内部函数会异步执行;当前置函数返回中ErrCode等于-1时,将不再执行内部函数。', required: false }, { type: 'radio', key: 'control', label: '按钮控制',