Browse Source

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

zhuliu 1 year ago
parent
commit
4e41e69e9c
1 changed files with 1 additions and 1 deletions
  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 = []