diff --git a/jsowell-ui/src/views/financial/components/cleanFinancial.vue b/jsowell-ui/src/views/financial/components/cleanFinancial.vue index 2d322ed5b..ba698956c 100644 --- a/jsowell-ui/src/views/financial/components/cleanFinancial.vue +++ b/jsowell-ui/src/views/financial/components/cleanFinancial.vue @@ -171,6 +171,7 @@ export default { getMerchantOrderList(param).then((response) => { console.log("getMerchantOrderList", response) this.merchantOrderList = response.rows; + this.total = response.total; }) } } diff --git a/jsowell-ui/src/views/financial/merchant.vue b/jsowell-ui/src/views/financial/merchant.vue index 9bca450e7..3ef64aa81 100644 --- a/jsowell-ui/src/views/financial/merchant.vue +++ b/jsowell-ui/src/views/financial/merchant.vue @@ -167,7 +167,6 @@ - +