perf: 统一pagesize

This commit is contained in:
陈劲松
2020-12-17 11:07:57 +08:00
committed by chenjinsong
parent 8bbf031c73
commit 889a1a7bbb
26 changed files with 96 additions and 93 deletions

View File

@@ -139,7 +139,7 @@
return{
pageObj: {
pageNo: 1,
pageSize: 50,
pageSize: this.$CONSTANTS.defaultPageSize,
total: 0
},
mainTableHeight:'100%',