|
|
@@ -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;
|