src/tabviews/managetable/index.jsx
@@ -644,9 +644,11 @@ handleMainTable = (type, tab) => { if (type === 'maingrid' && tab.supMenu === 'mainTable') { this.reloadtable() } else if (type === 'maingrid' && tab.supMenu) { } else if (type === 'mainline' && tab.supMenu === 'mainTable') { this.reloadtable() } else if ((type === 'maingrid' || type === 'mainline') && tab.supMenu) { this.setState({ refreshtabs: [tab.supMenu] refreshtabs: [type, tab.supMenu] }, () => { this.setState({ refreshtabs: null