CN-114 实体列表页减少每页实体个数
This commit is contained in:
@@ -63,7 +63,7 @@ export default {
|
||||
},
|
||||
pageObjRight: {
|
||||
pageNo: 1,
|
||||
pageSize: 50,
|
||||
pageSize: 20,
|
||||
total: 0
|
||||
},
|
||||
showDetail: false,
|
||||
@@ -138,7 +138,7 @@ export default {
|
||||
}
|
||||
this.pageObjRight = {
|
||||
pageNo: 1,
|
||||
pageSize: 50
|
||||
pageSize: 20
|
||||
}
|
||||
this.searchParams = null
|
||||
this.searchParams = []
|
||||
|
||||
Reference in New Issue
Block a user