浏览代码

备案预警查询无法导出问题修改_20220314

mashengyi 3 年之前
父节点
当前提交
fde8588f38
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/customer/custRecTime.vue

+ 1 - 1
src/views/customer/custRecTime.vue

@@ -138,7 +138,7 @@ import XLSX from "xlsx";
           let curr = this.current;
       let pagesize1 = this.pagesize;
       this.current = 1;
-      this.pagesize = this.total;
+      this.pagesize = pagesize1;
       await this.loadData();
       // 设置当前日期
       let time = new Date();