src/menu/components/share/actioncomponent/formconfig.jsx
@@ -112,6 +112,7 @@ } else { appMenus = [] } appMenus.push({value: 'goback', text: '返回(上一页)'}) } else { menulist = sessionStorage.getItem('fstMenuList') if (menulist) { @@ -819,7 +820,7 @@ extendName: 'MenuNo', required: false, allowClear: true, options: appType === 'mob' || appType === 'pc' ? [...appMenus, {value: 'goback', text: '返回(上一页)'}] : menulist, options: appType === 'mob' || appType === 'pc' ? appMenus : menulist, forbid: viewType === 'popview' }, {