From cf303c668cdb51286fcc15a59e2ae43c4b40964c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Wed, 6 Aug 2025 17:35:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=92=E5=BA=A6=E5=8F=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/work/abnormal_process/index.vue | 28 +++++++++++------------ 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/views/work/abnormal_process/index.vue b/src/views/work/abnormal_process/index.vue index 2eb0317..b69d127 100644 --- a/src/views/work/abnormal_process/index.vue +++ b/src/views/work/abnormal_process/index.vue @@ -672,20 +672,20 @@ export default { if (this.nowPass !== {}) { let nowPass = this.nowPass - let temp = nowPass.step % 8 - const angleMap = { - 0: 45, - 1: 0, - 2: 270, - 3: 315, - 4: 225, - 5: 180, - 6: 90, - 7: 135, - 8: 45, - }; - this.circleStart = angleMap[temp]; - } + let temp = nowPass.step % 8 + const angleMap = { + 0: 45, + 1: 0, + 2: 270, + 3: 315, + 4: 225, + 5: 180, + 6: 90, + 7: 135, + 8: 45, + }; + this.circleStart = angleMap[temp]; + } }) },