king
2021-10-08 24bba05db141f358bf1a8bb7213a2432c9de355e
src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx
@@ -13,7 +13,7 @@
  if (roleList) {
    try {
      roleList = JSON.parse(roleList)
    } catch {
    } catch (e) {
      roleList = []
    }
  } else {
@@ -31,7 +31,7 @@
  if (menulist) {
    try {
      menulist = JSON.parse(menulist)
    } catch {
    } catch (e) {
      menulist = []
    }
  } else {