forward
This commit is contained in:
parent
65e3d4f81d
commit
473d8975f7
1 changed files with 0 additions and 8 deletions
|
@ -326,14 +326,6 @@
|
|||
this.changePage(page);
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
if (this.cachePageSize && this.cacheKey !== null) {
|
||||
let pageSize = window.localStorage.getItem(this.pageSizeKey);
|
||||
if (pageSize && this.pageSizeOpts.includes(parseInt(pageSize))) {
|
||||
this.currentPageSize = parseInt(pageSize);
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue