This commit is contained in:
熊成强 2020-11-17 15:17:06 +08:00
parent cc66e4f298
commit 9b67a1a999

View File

@ -51,7 +51,7 @@ export default {
selectedTableList: [], selectedTableList: [],
pageSelectedInfo: { pageSelectedInfo: {
currPage: 1, currPage: 1,
pageSize: 20, pageSize: 10,
status: 0, status: 0,
totalCount: 1, totalCount: 1,
totalPage: 1 totalPage: 1
@ -63,7 +63,7 @@ export default {
processedTableList: [], processedTableList: [],
pageProcessedInfo: { pageProcessedInfo: {
currPage: 1, currPage: 1,
pageSize: 20, pageSize: 10,
status: 1, status: 1,
totalCount: 1, totalCount: 1,
totalPage: 1 totalPage: 1