修改分页错误

This commit is contained in:
zhoulingpo
2023-12-05 14:14:58 +08:00
parent 9f825677b5
commit c20ea9ccee
@@ -1000,6 +1000,8 @@
<loading :loading="tableLoading">数据加载中...</loading>
</div>
<pagination
:auto-size="true"
:page-size="pageSize7"
:page="page7"
:total="total7"
@pageChange="pageChange7"
@@ -1898,7 +1900,7 @@ export default {
orderBy: '',
total7: 0,
page7: 1,
pageSize7: this.$store.getters.userInfo.configContent,
pageSize7: 20,
addForm: {
title: '',
content: '',