修改分页错误
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user