From 270a7479cdb5cc70395c0703e46b28108e008923 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期三, 22 十月 2025 11:20:08 +0800
Subject: [PATCH] 调试2

---
 components/machine.vue |   23 ++++++++++-------------
 1 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/components/machine.vue b/components/machine.vue
index 0e1c057..45f567e 100644
--- a/components/machine.vue
+++ b/components/machine.vue
@@ -165,19 +165,16 @@
 				this.maEndTime = this.statusForm.maEndTime;
 			},
 			// 閫佹鍛煎彨锛宨tem=1鏃惰缃�佹鍛煎彨鏃堕棿
-			stateCheck(item) {
-				switch (item) {
-					case 0:
-						break;
-					case 1:
-						this.maShoutTime = this.$getDate('yyyy-mm-dd hh24:mi:ss');
-						this.flag = -1; // 閫佹鍛煎彨鏈夊�煎悗锛宖lag濮嬬粓涓�-1
-						break;
-					case 2:
-						break;
-				}
-				this.flag = item;
-			},
+            stateCheck(item) {
+                switch (item) {
+                    case 1:
+                        this.maShoutTime = this.$getDate('yyyy-mm-dd hh24:mi:ss');
+                        // 鑻ヤ笉甯屾湜瑙﹀彂鑷姩棣栨锛屼繚鎸� -1
+                        this.flag = -1;
+                        break;
+                }
+                // 涓嶅啀鍐� this.flag = item;
+            },
 			// 鏍规嵁宸ュ崟鍙�/ID鑾峰彇宸ュ崟鐘舵�佹暟鎹�
 			findByOrderId() {
 				this.$post({

--
Gitblit v1.9.3