浏览代码

分页优化

Shan9312 10 月之前
父节点
当前提交
6939ad8d03
共有 1 个文件被更改,包括 1 次插入0 次删除
  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