Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed May 8, 2018
1 parent f63c751 commit 4a724af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/views/KaoQin/count.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default {
}
}
}
}
}//
]
}
this.MyChartPerson.setOption(this.option);
Expand Down
4 changes: 2 additions & 2 deletions src/views/KaoQin/import.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default {
this.listQuery.pageNumber = val;
this.fetchData(this.listQuery);
},
fetchData(params) {
fetchData(params) {//
this.listLoading = true;
GetUsers(params).then(response => {
this.list = response.data.rows;
Expand Down Expand Up @@ -171,7 +171,7 @@ export default {
}
this.temp.PersonId = ID;
});
},
},//
update() {
this.temp.Vacation = this.selected.value;
Expand Down
2 changes: 1 addition & 1 deletion src/views/KaoQin/person.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
import Multiselect from 'vue-multiselect'
export default {
export default {//
data() {
return {
selected: null,
Expand Down

0 comments on commit 4a724af

Please sign in to comment.