Browse Source

导出条数改为2000条。

zhengqiang 5 năm trước cách đây
mục cha
commit
04315181c1
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/views/base/personDeviceLog-list.vue

+ 2 - 0
src/views/base/personDeviceLog-list.vue

@@ -398,6 +398,8 @@ export default {
 
       var timestamp = (new Date()).getTime();
       formData.append("timestamp", timestamp);
+      
+      formData.append("pageSize", 2000);
 
       personDeviceLogApi.exportXls(formData).then(function(response) {
         var jsonData = response.data;