From 661b27abd037491ede97853a7ccd19b712147e50 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Sat, 8 Mar 2025 16:04:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/machine/controlSource/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/views/machine/controlSource/index.vue b/frontend/src/views/machine/controlSource/index.vue index bf1ace4..8a07a28 100644 --- a/frontend/src/views/machine/controlSource/index.vue +++ b/frontend/src/views/machine/controlSource/index.vue @@ -180,7 +180,6 @@ watch(webMsgSend, function (newValue, oldValue) { if (newValue.code == 10200) { ElMessage.success('源连接成功!') startDisabeld.value = false - pauseDisabled.value = false } else if(newValue.code !== 10201) { ElMessage.error('源连接失败!') console.log('错误信息:',webMsgSend)