mirror of https://github.com/apache/cloudstack.git
Merge remote-tracking branch 'origin/4.15' into main
This commit is contained in:
commit
7f3bb94099
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue