Explorar o código

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

zhuliu hai 1 ano
pai
achega
4e41e69e9c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 = []