quanyawei
2023-11-21 985fc822beeb94ff0c5d5ccb96f07939193c07b9
src/views/toCarryOutLegislativeReforms/reform/index.vue
@@ -309,7 +309,7 @@
        cancel()
        this.loading = false
        this.$message.error('当前下载数据过多,请分批下载!')
      }, 30000)
      }, 300000)
      this.loading = true
      this.$request({
        url: '/allocation/listExcel',
@@ -548,6 +548,7 @@
      })
    },
    handleSearchBut(obj) {
      let pageSize = this.pagination.pageSize
      this.pagination = {
        currentPage: 1,
        // 总条数,根据接口获取数据长度(注意:这里不能为空)
@@ -555,7 +556,7 @@
        // 个数选择器(可修改)
        pageSizes: [10, 30, 60, 100],
        // 默认每页显示的条数(可修改)
        pageSize: 10
        pageSize: pageSize
      }
      this.handleSearch(obj)
    },