Browse Source

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

mashengyi 3 năm trước cách đây
mục cha
commit
fde8588f38
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();