This commit is contained in:
yison 2019-03-19 09:13:13 +08:00
parent 65e3d4f81d
commit 473d8975f7

View file

@ -326,14 +326,6 @@
this.changePage(page); 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> </script>