소스 검색

修改融信列表已结算无分页

zhanglb 4 년 전
부모
커밋
098ef0299b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      front-vue/src/views/service/credit/credit.vue

+ 1 - 1
front-vue/src/views/service/credit/credit.vue

@@ -1741,7 +1741,7 @@ export default {
             this.loading = true;
             return listCredit(this.queryParamsSettlement).then(response => {
                 this.settlementList = response.data.records;
-                this.totalInvalid = response.data.total;
+                this.totalSettlement = response.data.total;
                 this.loading = false;
                 listStatisticalAmount(this.queryParamsSettlement).then(response => {
                     this.yjsAmount = response.data.yjsAmount;