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

@@ -149,7 +149,7 @@
</template>
</el-table-column>
</el-table>
<Pagination :pageObj="screenPageObj" :post-page-sizes="pageSizes" @pageNo='screenPageNo' @pageSize='screenPageSize' ref="Pagination" ></Pagination>
<Pagination :pageObj="screenPageObj" @pageNo='screenPageNo' @pageSize='screenPageSize' ref="Pagination" ></Pagination>
</div>
</template>
@@ -207,10 +207,9 @@
errorContent:'',
serieSingleStat:'',
seriesItemScreen:[],
pageSizes:[50,100,200],
screenPageObj:{
pageNo: 1,
pageSize: 50,
pageSize: this.$CONSTANTS.defaultPageSize,
total: 0
},
unit:{},