king
2022-08-24 1ae1a108fec2c42bc7f48dd2a63746ea39bc3142
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 = []