修改页码bug

This commit is contained in:
zhoulingpo
2023-12-04 15:09:51 +08:00
parent 8c8d2e7fc2
commit ccd28604cb
3 changed files with 10 additions and 7 deletions
@@ -143,6 +143,8 @@
<!--分页-->
<pagination
style="position: relative;"
:auto-size="true"
:page-size="replaceLawsNumForm.pageSize"
:page="replacePage"
:total="replaceTotal"
@pageChange="pageChangeReplace"
@@ -206,7 +208,7 @@
standNumber: '', // 政策编号
standName: '',
page: 1,
pageSize: this.$store.getters.userInfo.configContent,
pageSize: 20,
total: 0,
standType: 'INLAND',
quoteIdList: '',