Merge remote-tracking branch 'origin/4.15' into main

This commit is contained in:
Rohit Yadav 2021-08-27 16:47:06 +05:30
commit 7f3bb94099
1 changed files with 2 additions and 2 deletions

View File

@ -1365,8 +1365,8 @@ export default {
Object.assign(query, opts)
}
}
query.page = 1
query.pagesize = this.pageSize
query.page = '1'
query.pagesize = String(this.pageSize)
if (JSON.stringify(query) === JSON.stringify(this.$route.query)) {
this.fetchData(query)
return