前端财务中心页面添加分页

This commit is contained in:
Lemon
2023-07-07 09:11:55 +08:00
parent 37a8562861
commit bbaa7aed67
2 changed files with 5 additions and 2 deletions

View File

@@ -171,6 +171,7 @@ export default {
getMerchantOrderList(param).then((response) => {
console.log("getMerchantOrderList", response)
this.merchantOrderList = response.rows;
this.total = response.total;
})
}
}