浏览代码

报告分组不显示总条数问题

zhuliu 1 年之前
父节点
当前提交
4e41e69e9c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/report/components/index.vue

+ 1 - 1
src/views/report/components/index.vue

@@ -418,7 +418,7 @@ export default {
       this.$api.groupReportProject(params).then(res => {
         if (res.code == 200) {
           this.commonData = res.data.data.values
-          this.total = res.total
+          this.total = res.data.total
         }
       }).catch(error => {
         this.commonData = []