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

@@ -164,13 +164,13 @@ export default {
errorContent:'',
pageObj: {
pageNo: 1,
pageSize: 50,
pageSize: this.$CONSTANTS.defaultPageSize,
total: 0
},
loadingTable:false,// 表格数据加载loading
screenPageObj:{
pageNo: 1,
pageSize: 50,
pageSize: this.$CONSTANTS.defaultPageSize,
total: 0
},
storedTableData:[],