Browse Source

分页优化

Shan9312 10 tháng trước cách đây
mục cha
commit
6939ad8d03
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/report/vehiclUtilizaRate/index.vue

+ 1 - 0
src/views/report/vehiclUtilizaRate/index.vue

@@ -236,6 +236,7 @@ export default {
       this.getdataListParm.pagecount = 9999
       getVehicRate(this.getdataListParm).then((res) => {
         const { data } = res
+        this.getdataListParm.pagecount = 10
         data.list.length &&
           data.list.forEach((item, index) => {
             item.sort = index + 1