fix: 修复优惠券选择商品分页问题

This commit is contained in:
YeMingfei666 2025-03-26 02:18:25 +08:00
parent 586361cc4f
commit 0877533632
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
</div>
<el-pagination
:total="tableData.total"
:current-page="tableData.page + 1"
:current-page="tableData.page"
:page-size="tableData.size"
@current-change="paginationChange"
@size-change="sizeChange"