src/menu/components/form/formaction/formconfig.jsx
@@ -31,7 +31,9 @@ } else { menulist = [] } menulist.unshift({value: '', text: '无'}) if (appType === 'mob') { menulist.push({value: 'goback', text: '返回'}) } } else { menulist = sessionStorage.getItem('fstMenuList') if (menulist) { @@ -248,6 +250,7 @@ tooltip: '执行成功后需要打开的菜单。', initVal: card.linkmenu, required: false, allowClear: true, options: menulist }, {