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)