修改页码bug

This commit is contained in:
zhoulingpo
2023-12-04 16:38:20 +08:00
parent 9a81d89d5e
commit f431f8aff6
4 changed files with 4 additions and 32 deletions
@@ -371,6 +371,7 @@
</div>
</div>
<pagination
:auto-size="true"
:page="page"
:pageSize="pageSize"
:total="total"
@@ -494,6 +495,7 @@
</div>
</div>
<pagination
:auto-size="true"
:page="pageNo"
:pageSize="pageSizeNo"
:total="totalNo"
@@ -646,10 +648,10 @@ export default {
dataList: [],
page: 1,
total: 0,
pageSize: this.$store.getters.userInfo.configContent,
pageSize: 20,
pageNo: 1,
totalNo: 0,
pageSizeNo: this.$store.getters.userInfo.configContent,
pageSizeNo: 20,
product: new Map(),
hisListForm:{},
listForm: {
@@ -284,16 +284,6 @@
</template>
</el-table-column>
</el-table>
<el-pagination
layout="total,sizes, prev, pager, next"
background
:page-sizes="[20, 40, 60]"
:total="total"
:page-size="pageSize"
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
>
</el-pagination>
<ReceiptDescription
title="回执说明"
v-model="commentText"
@@ -179,16 +179,6 @@
label="责任人">
</el-table-column>
</el-table>
<el-pagination
layout="total,sizes, prev, pager, next"
background
:page-sizes="[20, 40, 60]"
:total="total"
:page-size="pageSize"
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
>
</el-pagination>
<ReceiptDescription
title="审批意见"
v-model="commentText"
@@ -179,16 +179,6 @@
label="责任人">
</el-table-column>
</el-table>
<el-pagination
layout="total,sizes, prev, pager, next"
background
:page-sizes="[20, 40, 60]"
:total="total"
:page-size="pageSize"
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
>
</el-pagination>
<ReceiptDescription
title="审批意见"
v-model="commentText"