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