lilei 3 vuotta sitten
vanhempi
commit
5af48f6839
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/views/reportData/chainReceivedSendStorageReport/list.vue

+ 2 - 2
src/views/reportData/chainReceivedSendStorageReport/list.vue

@@ -183,12 +183,12 @@ export default {
         this.spinning = true
         if (this.queryParam.auditDate && this.queryParam.tenantId) {
           params.auditDate = this.queryParam.auditDate + '-01'
+          // 总计
+          this.getCount(params)
           return linkageReportPageList(params).then(res => {
             let data
             if (res.status == 200) {
               data = res.data
-              // 总计
-              this.getCount(params)
               const no = (data.pageNo - 1) * data.pageSize
               for (var i = 0; i < data.list.length; i++) {
                 data.list[i].no = no + i + 1