From aae0417a3df20c7958efaa2abf70cfea98fb97d1 Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Thu, 6 Feb 2020 17:23:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B2=E9=83=A8=E4=BA=BA=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/custom/evaluatedept.vue | 6 +- .../custom/evaluateofficer-add-or-update.vue | 46 ++--- .../modules/custom/evaluateofficer-add.vue | 160 ++++++++++++++++++ src/views/modules/custom/evaluateofficer.vue | 84 ++++++++- 4 files changed, 256 insertions(+), 40 deletions(-) create mode 100644 src/views/modules/custom/evaluateofficer-add.vue diff --git a/src/views/modules/custom/evaluatedept.vue b/src/views/modules/custom/evaluatedept.vue index 79c3dd1a..49e147aa 100644 --- a/src/views/modules/custom/evaluatedept.vue +++ b/src/views/modules/custom/evaluatedept.vue @@ -28,7 +28,7 @@ @@ -73,9 +73,9 @@ export default { Evaluateofficer }, methods: { - manageHandle (id, deptId) { + manageHandle (deptId) { this.$parent.selectComponent = 'Evaluateofficer' - this.$router.push({ path: '/custom-evaluateofficer', query: { id: id, deptId: deptId } }) + this.$router.push({ path: '/custom-evaluateofficer', query: { deptId: deptId } }) } } } diff --git a/src/views/modules/custom/evaluateofficer-add-or-update.vue b/src/views/modules/custom/evaluateofficer-add-or-update.vue index cc88d4bc..7b40d359 100644 --- a/src/views/modules/custom/evaluateofficer-add-or-update.vue +++ b/src/views/modules/custom/evaluateofficer-add-or-update.vue @@ -1,44 +1,30 @@