king
2022-09-06 fa381753ef2a2b25b1c0722549ac17e333da79be
src/views/menudesign/menuform/index.jsx
@@ -28,10 +28,7 @@
  UNSAFE_componentWillMount () {
    const { MenuId, config } = this.props
    let _param = {func: 's_get_pc_menus', systemType: options.sysType, debug: 'Y'}
    _param.pro_sys = window.GLOB.systemType === 'production' ? 'Y' : ''
    Api.getSystemConfig(_param).then(result => {
    Api.getSystemConfig({func: 's_get_pc_menus', systemType: options.sysType, debug: 'Y'}).then(result => {
      if (result.status) {
        let thdMenu = null
        let thdMenuList = []