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