fix: 角色等页面分页无效问题修复
Former-commit-id: 576dd6e381b8767eb401ae4855a441ff753037fa
This commit is contained in:
@@ -644,7 +644,7 @@ onMounted(() => {
|
||||
|
||||
<pagination
|
||||
v-if="total > 0"
|
||||
:total="total"
|
||||
v-model:total="total"
|
||||
v-model:page="queryParams.pageNum"
|
||||
v-model:limit="queryParams.pageSize"
|
||||
@pagination="handleQuery"
|
||||
|
||||
Reference in New Issue
Block a user