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/pcdesign/index.jsx | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/src/views/pcdesign/index.jsx b/src/views/pcdesign/index.jsx index a02f957..befd0f7 100644 --- a/src/views/pcdesign/index.jsx +++ b/src/views/pcdesign/index.jsx @@ -1337,7 +1337,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 && item.subtype !== 'propcard') { + } else if (!item.setting.primaryKey) { error = `缁勪欢銆�${item.name}銆嬫湭璁剧疆涓婚敭锛乣 } } @@ -1395,11 +1395,6 @@ }) return } - - // Api.getSystemConfig({ - // func: 'sPC_MainMenu_Del', - // MenuID: '1614740497468ku800sbg853vupf65v4' - // }) sessionStorage.removeItem('sysRoles') sessionStorage.removeItem('permFuncField') -- Gitblit v1.8.0