From 0e6612f6bd69c384ca5d0a2aa212e6083129edc2 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Sat, 8 Mar 2025 10:15:11 +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 insertion(+) diff --git a/frontend/src/views/machine/controlSource/index.vue b/frontend/src/views/machine/controlSource/index.vue index ffec1f2..027ca9b 100644 --- a/frontend/src/views/machine/controlSource/index.vue +++ b/frontend/src/views/machine/controlSource/index.vue @@ -138,6 +138,7 @@ onMounted(async () => { }) watch(webMsgSend, function (newValue, oldValue) { + console.log('webMsgSend:', newValue) if (newValue.requestId.includes('formal_real&&' && newValue.operateCode === 'OPER_GATHER')) { if (newValue.code === 10200) { ElMessage.success('启动成功')