src/tabviews/subtable/index.jsx
@@ -669,7 +669,7 @@ ]} destroyOnClose > {<SubTabTable SupMenuID={this.props.MenuID} MenuID={this.state.popAction.linkTab} BID={''} ID={this.state.popData ? this.state.popData[setting.primaryKey] : ''} />} {<SubTabTable SupMenuID={this.props.MenuID} MenuID={this.state.popAction.linkTab} BID={this.props.BID} ID={this.state.popData ? this.state.popData[setting.primaryKey] : ''} refreshSupView={this.reloadtable} />} </Modal> {viewlost ? <NotFount msg={this.state.lostmsg} /> : null} </div>