From 8b42d2f6e4adaed3722b27bb90183948f9e890b8 Mon Sep 17 00:00:00 2001 From: xiongchengqiang Date: Thu, 17 Dec 2020 15:16:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kpi/assessment/goals/index.vue | 6 +++++- .../performance/components/UseButton/index.vue | 12 ++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/views/kpi/assessment/goals/index.vue b/src/views/kpi/assessment/goals/index.vue index d517df8..98fff01 100644 --- a/src/views/kpi/assessment/goals/index.vue +++ b/src/views/kpi/assessment/goals/index.vue @@ -506,7 +506,11 @@ export default { message: res.msg, type: 'success' }) - this.handleGetTbale() + if (type === 1) { + history.go(-1) + } else { + this.handleGetTbale() + } }, // 获取维度类型 async handleGetDimensions () { diff --git a/src/views/kpi/assessment/performance/components/UseButton/index.vue b/src/views/kpi/assessment/performance/components/UseButton/index.vue index 6a9aa04..0539157 100644 --- a/src/views/kpi/assessment/performance/components/UseButton/index.vue +++ b/src/views/kpi/assessment/performance/components/UseButton/index.vue @@ -222,12 +222,6 @@ export default { info: !this.info, permis: 'resultInput', click: this.handleJieguo - }, { - name: '调整目标', - type: 'primary', - info: !this.info, - permis: 'changeResult', - click: this.handleZhiding }, { name: '开始评分', @@ -255,6 +249,12 @@ export default { info: !this.info, permis: 'reject', click: this.handleBohui + }, { + name: '调整目标', + type: 'primary', + info: !this.info, + permis: 'changeResult', + click: this.handleZhiding }, { name: '跳过', info: !!this.info,