From 4a724afdd71f146e0512624d2be3dcaffe08089a Mon Sep 17 00:00:00 2001 From: BoBoooooo <17746714@qq.com> Date: Tue, 8 May 2018 17:20:52 +0800 Subject: [PATCH] . --- src/views/KaoQin/count.vue | 2 +- src/views/KaoQin/import.vue | 4 ++-- src/views/KaoQin/person.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/KaoQin/count.vue b/src/views/KaoQin/count.vue index a57953c..d53590d 100644 --- a/src/views/KaoQin/count.vue +++ b/src/views/KaoQin/count.vue @@ -141,7 +141,7 @@ export default { } } } - } + }// ] } this.MyChartPerson.setOption(this.option); diff --git a/src/views/KaoQin/import.vue b/src/views/KaoQin/import.vue index 366ed1d..1b0d89b 100644 --- a/src/views/KaoQin/import.vue +++ b/src/views/KaoQin/import.vue @@ -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; @@ -171,7 +171,7 @@ export default { } this.temp.PersonId = ID; }); - }, + },// update() { this.temp.Vacation = this.selected.value; diff --git a/src/views/KaoQin/person.vue b/src/views/KaoQin/person.vue index 5bf4e2a..226ec9a 100644 --- a/src/views/KaoQin/person.vue +++ b/src/views/KaoQin/person.vue @@ -120,7 +120,7 @@ import Multiselect from 'vue-multiselect' - export default { + export default {// data() { return { selected: null,