From abe961768cb069e84ed958f4c768c512cc3db598 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 04 八月 2021 18:24:57 +0800 Subject: [PATCH] 2021-08-04 --- src/menu/components/share/actioncomponent/formconfig.jsx | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/menu/components/share/actioncomponent/formconfig.jsx b/src/menu/components/share/actioncomponent/formconfig.jsx index 29b9405..22279ab 100644 --- a/src/menu/components/share/actioncomponent/formconfig.jsx +++ b/src/menu/components/share/actioncomponent/formconfig.jsx @@ -74,7 +74,6 @@ if (appMenus) { try { appMenus = JSON.parse(appMenus) - appMenus = appMenus.map(item => ({value: item.MenuID, text: item.MenuName})) } catch { appMenus = [] } -- Gitblit v1.8.0