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 @@