Revert "no message"

This reverts commit 9006e1e218.
This commit is contained in:
wangyan 2024-01-22 18:20:30 +08:00
parent 848f14f78c
commit f43f05a7c4

View File

@ -154,7 +154,7 @@ export default {
xyReimbursementList(obj).then(res => {
this.listLoading = false;
this.list = res.content;
this.total = res.totalPages;
this.total = res.totalElements;
this.reimburseAmTotle = res.reimburseAmTotle;
this.reimburseTotleCount = res.reimburseTotleCount;
})