king
2024-02-03 06a670976e2145a10ea05207041d3cf3164cd380
src/menu/components/table/edit-table/columns/tableIn/index.jsx
@@ -196,8 +196,10 @@
        supId = ''
      }
    }
    let menu = window.GLOB.customMenu
    
    let modules = MenuUtils.getSubModules(window.GLOB.customMenu.components, uuid, supId)
    let modules = MenuUtils.getSubModules(menu.components, uuid, supId, menu.interfaces || null)
    this.setState({
      fields: fromJS(columns).toJS().filter(item => item.field !== setting.primaryKey),