Skip to content

Commit

Permalink
Update EmpBasic.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
lenve committed May 17, 2020
1 parent 3b0a057 commit 1ae94c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vuehr/src/views/emp/EmpBasic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@
},
currentChange(currentPage) {
this.page = currentPage;
this.initEmps();
this.initEmps('advanced');
},
showAddEmpView() {
this.emptyEmp();
Expand Down

0 comments on commit 1ae94c5

Please sign in to comment.