Przeglądaj źródła

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

zhuliu 1 rok temu
rodzic
commit
4e41e69e9c
1 zmienionych plików z 1 dodań i 1 usunięć
  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 = []