CN-114 实体列表页减少每页实体个数

This commit is contained in:
hyx
2021-08-26 17:28:58 +08:00
parent 1cbe7beb0c
commit c5f4139f2f

View File

@@ -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 = []