Sfoglia il codice sorgente

fix:明细分页组件判断

zhangsiya 1 anno fa
parent
commit
49aad68b07
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      apps/bigmember_pc/src/views/reportDownload/balance.vue

+ 1 - 0
apps/bigmember_pc/src/views/reportDownload/balance.vue

@@ -166,6 +166,7 @@ export default {
           item.remarks = JSON.parse(item.remarks)
           return item
         }) || []
+        this.listState.total = data.total || 0
       }
     },
     onPageChange(p) {