瀏覽代碼

Merge branch 'develop' of http://git.chelingzhu.com/jianguan-web/qpls-md-html into develop

chenrui 3 年之前
父節點
當前提交
51c2babc41
共有 1 個文件被更改,包括 2 次插入2 次删除
  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