From 19ed1b9abd59b5d1695c90351ff7ae2238864ab1 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Mon, 20 Nov 2023 14:41:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5air=20switch=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SealTest.vue | 1 + src/components/info/AirSwitchConfig.vue | 40 +++++++++++++++++++++++++-------- src/mock/command.js | 8 +++++++ 3 files changed, 40 insertions(+), 9 deletions(-) diff --git a/src/components/SealTest.vue b/src/components/SealTest.vue index 467fd82..fec5ca0 100644 --- a/src/components/SealTest.vue +++ b/src/components/SealTest.vue @@ -299,6 +299,7 @@ const newStartTest = async flag => { * 风机入口比例阀恢复 * 风机出口比例阀恢复 */ + sealStore.updateAirProportionalValveIsBusy(1) websocketStore.sendCommandMsg(airCompressorSetValve1JSON([1])) websocketStore.sendCommandMsg(airCompressorSetValve2JSON([1])) websocketStore.sendCommandMsg(airCompressorChannelSelectJSON([1])) diff --git a/src/components/info/AirSwitchConfig.vue b/src/components/info/AirSwitchConfig.vue index 65e9c1c..82b96a1 100644 --- a/src/components/info/AirSwitchConfig.vue +++ b/src/components/info/AirSwitchConfig.vue @@ -81,18 +81,21 @@