等级修改记录 - 修改分页问题

This commit is contained in:
2025-08-05 14:49:13 +08:00
parent 4ce36d6571
commit a9fd3cf179

View File

@@ -55,7 +55,7 @@
:page-size="formData.pageSize"
:page-sizes="[10, 20, 50, 100, 200]"
layout="sizes, prev, pager, next"
:total="formData.total"
:total="tableData.total"
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
/>