src/menu/components/share/actioncomponent/actionform/index.jsx
@@ -146,7 +146,7 @@ getOptions = (_opentype, _intertype, _funcType, _pageTemplate, _procMode, _Ot) => { let _options = actionTypeOptions[_opentype] ? fromJS(actionTypeOptions[_opentype]).toJS() : [] // 选项列表 if (_opentype === 'innerpage') { // 新页面,可选模板(自定义时,可填入外部链接) if (_pageTemplate === 'custom') { _options.push('url', 'joint') @@ -301,6 +301,7 @@ } this.setState({ funcType: value, formlist: this.state.formlist.map(item => { item.hidden = !_options.includes(item.key)