From bec3327b9770b63c805ab8228ec587b9a84e1a00 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 20 四月 2021 18:22:03 +0800 Subject: [PATCH] 2021-04-20 --- src/views/mobdesign/index.jsx | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/src/views/mobdesign/index.jsx b/src/views/mobdesign/index.jsx index c6ff6db..de87735 100644 --- a/src/views/mobdesign/index.jsx +++ b/src/views/mobdesign/index.jsx @@ -1295,7 +1295,7 @@ error = `缁勪欢銆�${item.name}銆嬫湭璁剧疆鏁版嵁婧愶紒` } else if (item.setting.interType === 'system' && item.setting.execute === 'false' && item.scripts.length === 0) { error = `缁勪欢銆�${item.name}銆嬫湭璁剧疆鏁版嵁婧愶紒` - } else if (!item.setting.primaryKey && !['propcard', 'tabbar'].includes(item.subtype)) { + } else if (!item.setting.primaryKey) { error = `缁勪欢銆�${item.name}銆嬫湭璁剧疆涓婚敭锛乣 } } @@ -1353,11 +1353,6 @@ }) return } - - // Api.getSystemConfig({ - // func: 'sPC_MainMenu_Del', - // MenuID: '1614740497468ku800sbg853vupf65v4' - // }) sessionStorage.removeItem('sysRoles') sessionStorage.removeItem('permFuncField') -- Gitblit v1.8.0