Преглед изворни кода

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

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;