fix: 菜单权限列表分页无效问题修复

Former-commit-id: bc12d32bce0eafad7159e252f496805254fff1ac
This commit is contained in:
郝先瑞
2022-04-25 18:34:13 +08:00
parent 99c5b19b5f
commit cf3ee574ec
12 changed files with 99 additions and 99 deletions

View File

@@ -226,7 +226,7 @@ onMounted(() => {
<!-- 分页工具条 -->
<pagination
v-show="total > 0"
v-if="total > 0"
:total="total"
v-model:page="queryParams.pageNum"
v-model:limit="queryParams.pageSize"