king
2021-11-15 ded0a522a7747fb841719c13c8c35f13cf5cda4c
src/tabviews/custom/components/table/normal-table/index.jsx
@@ -124,6 +124,7 @@
    }
    this.setState({
      pageSize: setting.pageSize || 10,
      BID: BID || '',
      BData: BData || '',
      title: _config.wrap.title,
@@ -485,7 +486,7 @@
    const { setting } = this.state
    if (!setting.supModule || setting.supModule !== MenuID) return
    if (id !== this.state.BID) {
    if (id !== this.state.BID || id !== '') {
      this.setState({
        pageIndex: 1,
        BID: id,
@@ -650,9 +651,7 @@
const mapStateToProps = (state) => {
  return {
    menuType: state.editLevel,
    permAction: state.permAction,
    permMenus: state.permMenus
    menuType: state.editLevel
  }
}