Skip to content

Commit

Permalink
fix(app-console): switch collection get page 1
Browse files Browse the repository at this point in the history
  • Loading branch information
walle233 committed Apr 27, 2022
1 parent 463ea11 commit 2fa4cbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app-console/src/views/database/collections.vue
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ export default {
watch: {
collectionName(val) {
if (val) {
this.listQuery.page = 1
this.getList()
this.getIndexes()
}
Expand Down

0 comments on commit 2fa4cbb

Please sign in to comment.