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('启动成功')