src/menu/components/table/edit-table/columns/tableIn/index.jsx
@@ -197,7 +197,9 @@ } } let modules = MenuUtils.getSubModules(window.GLOB.customMenu.components, uuid, supId) let menu = window.GLOB.customMenu let modules = MenuUtils.getSubModules(menu.components, uuid, supId, menu.interfaces || null) this.setState({ fields: fromJS(columns).toJS().filter(item => item.field !== setting.primaryKey),