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

This commit is contained in:
2025-03-26 02:18:25 +08:00
parent 586361cc4f
commit 0877533632

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"