Skip to content

Commit

Permalink
key detail search fix && version update
Browse files Browse the repository at this point in the history
  • Loading branch information
qishibo committed May 9, 2019
1 parent de6cf87 commit 789aed6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pack/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "another-redis-manager",
"version": "1.1.6",
"name": "another-redis-desktop-manager",
"version": "1.1.7",
"description": "A faster, better and more stable redis desktop manager.",
"author": "qii404.me",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "another-redis-manager",
"name": "another-redis-desktop-manager",
"version": "1.1.1",
"description": "A faster, better and more stable redis desktop manager, compatible with Linux, windows, mac",
"author": "qii404",
Expand Down
4 changes: 4 additions & 0 deletions src/components/PaginationTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ export default {
const filterKey = this.filterKey;
const filterValue = this.filterValue;

this.$nextTick(() => {
this.pageIndex = 1;
});

if (!filterValue || !filterKey) {
return this.data;
}
Expand Down

0 comments on commit 789aed6

Please sign in to comment.