福州一 车联段停车场信号机操作 增加限制条件

This commit is contained in:
fan 2021-09-29 16:22:03 +08:00
parent fd6e7c9f09
commit 72bcc0596b

View File

@ -227,7 +227,7 @@ export default {
}
},
'$store.state.menuOperation.selectedCount': function (val) {
if (this.$store.state.menuOperation.selected._type == 'Signal') {
if (this.$store.state.menuOperation.selected._type == 'Signal' && this.$store.state.training.prdType == '09') {
if (this.buttonOperation) {
this.operationHandler(this.buttonOperation, this.$store.state.menuOperation.selected);
this.$parent.$refs.menuDeplotButton.clearCountDown();