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,