diff --git a/src/views/kpi/assessment/performance/components/UseButton/index.vue b/src/views/kpi/assessment/performance/components/UseButton/index.vue index 08c23d2..dc06d13 100644 --- a/src/views/kpi/assessment/performance/components/UseButton/index.vue +++ b/src/views/kpi/assessment/performance/components/UseButton/index.vue @@ -386,7 +386,7 @@ export default { this.nextProcess(res) } }) - if (!res.resultRecordId) return + if (res.resultRecordId) return this.dialogFormVisible = false history.go(0) },