king
2021-02-02 316877c1d9e5b6d92334f30b03d97d7e833cd934
src/tabviews/verupmanage/index.jsx
@@ -137,6 +137,7 @@
    }
    this.setState({
      selectedData: [],
      pickup: false
    })
@@ -285,7 +286,6 @@
    this.setState({
      loading: true,
      pageIndex: 1,
      selectedData: [],
      search: searches
    }, () => {
      this.loadmaindata()
@@ -306,7 +306,6 @@
    this.setState({
      loading: true,
      selectedData: [],
      pageIndex: pagination.current,
      pageSize: pagination.pageSize,
      orderBy: (sorter.field && sorter.order) ? `${sorter.field} ${sorter.order}` : ''
@@ -322,8 +321,7 @@
    MKEmitter.emit('resetTable', this.props.MenuID + 'mainTable') // 列表重置
    this.setState({
      pageIndex: 1,
      loading: true,
      selectedData: []
      loading: true
    }, () => {
      this.loadmaindata()
    })
@@ -333,6 +331,7 @@
   * @description 页面刷新,重新获取配置
   */
  reloadview = () => {
    MKEmitter.emit('resetTable', this.props.MenuID + 'mainTable') // 列表重置
    this.setState({
      config: {},
      searchlist: [],