Explorar o código

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

zhanglb %!s(int64=4) %!d(string=hai) anos
pai
achega
098ef0299b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;