src/views/menudesign/menuform/index.jsx
@@ -40,6 +40,9 @@ let fstItem = { MenuID: fst.MenuID, MenuName: fst.MenuName, value: fst.MenuID, label: fst.MenuName, isLeaf: false, children: [] } @@ -49,6 +52,8 @@ ParentId: fst.MenuID, MenuID: snd.MenuID, MenuName: snd.MenuName, value: snd.MenuID, label: snd.MenuName, children: [] } @@ -60,7 +65,10 @@ MenuID: trd.MenuID, MenuName: trd.MenuName, MenuNo: trd.MenuNo, EasyCode: trd.EasyCode EasyCode: trd.EasyCode, value: trd.MenuID, label: trd.MenuName, disabled: trd.MenuID === MenuId } if (MenuId === trd.MenuID) {