fix:git 分支切换补充

This commit is contained in:
wangwenrui
2020-03-17 18:45:46 +08:00
parent cf28cc73f8
commit 9e3c49348b
8 changed files with 67 additions and 41 deletions

View File

@@ -87,7 +87,6 @@ export default {
this.resetPageSizes();
}else{
let pageSize = localStorage.getItem('nz-pageSize-' + localStorage.getItem('nz-username') + '-' + this.tableId);
console.log(typeof pageSize)
if(pageSize != 'undefined' && pageSize != null){
this.pageSize=parseInt(pageSize);
}