Browse Source

分页优化

Shan9312 8 months ago
parent
commit
6939ad8d03
1 changed files with 1 additions and 0 deletions
  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