代码调整

This commit is contained in:
joylink_cuiweidong 2023-01-17 17:12:12 +08:00
parent 83b1a5427b
commit d5312a7f2e

View File

@ -693,6 +693,7 @@ export default {
this.operation = this.Signal.lock.button.operation;
} else if (model._type == 'Switch') {
this.handleSwitchBlock(model);
this.operation = this.Switch.block.button.operation;
}
} else if (buttonOperation === this.Section.fault.button.operation) {
this.handleFaultSection(model);