修改分页错误

This commit is contained in:
zhoulingpo
2023-12-05 14:46:35 +08:00
parent 2f437a39f8
commit 6fd3f42163
3 changed files with 22 additions and 7 deletions
@@ -351,6 +351,7 @@
align="center">
</el-table-column>
<el-table-column
fixed="left"
type="index"
width="55"
label="序号"
@@ -749,6 +750,8 @@
<!--分页-->
<pagination
style="position: relative;"
:auto-size="true"
:page-size="handleSelectForm.pageSize"
:page="handleSelectForm.page"
:total="handleSelectForm.total"
@pageChange="handleSelectPageChange"
@@ -784,7 +787,7 @@ export default {
lawNumber: '', // 标准编号/政策编号
lawName: '', // 标准名称/政策名称
page: 1,
pageSize: this.$store.getters.userInfo.configContent,
pageSize: 20,
total: 0,
standType: '',
quoteIdList: '',