We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3dca8c commit 442f89cCopy full SHA for 442f89c
1 file changed
ui/src/views/AutogenView.vue
@@ -1150,8 +1150,8 @@ export default {
1150
Object.assign(query, opts)
1151
}
1152
1153
- query.page = 1
1154
- query.pagesize = this.pageSize
+ query.page = '1'
+ query.pagesize = String(this.pageSize)
1155
if (JSON.stringify(query) === JSON.stringify(this.$route.query)) {
1156
this.fetchData(query)
1157
return
0 commit comments