|
@@ -91,6 +91,7 @@ export default {
|
|
|
const _item = res.data.list[i]
|
|
|
_item.no = no + i + 1
|
|
|
}
|
|
|
+ this.orderTotal = res.data.count || 0
|
|
|
return res.data
|
|
|
})
|
|
|
},
|
|
@@ -209,10 +210,8 @@ export default {
|
|
|
settlementRecordsListTotal(params).then(res => {
|
|
|
if (res.status == 200) {
|
|
|
if (res.data) {
|
|
|
- this.orderTotal = res.data.cnt || 0
|
|
|
this.amountTotal = res.data.amount || 0
|
|
|
} else {
|
|
|
- this.orderTotal = 0
|
|
|
this.amountTotal = 0
|
|
|
}
|
|
|
}
|