|
@@ -107,7 +107,7 @@ export default {
|
|
|
data.list[i].unSettleAmountPay = Math.abs(data.list[i].unSettleAmountPay) || 0
|
|
|
}
|
|
|
this.disabled = false
|
|
|
- this.total = data.list.length
|
|
|
+ this.total = data.count
|
|
|
this.getTotal(Object.assign(parameter, this.queryParam))
|
|
|
return data
|
|
|
})
|