调整实训中传输信号机的替代问题

This commit is contained in:
fan 2021-11-25 14:16:37 +08:00
parent 2286a66766
commit 2ecb963027

View File

@ -485,7 +485,7 @@ export default {
this.canCommand = true;
const step = {
operation: 'click',
code: this.selectedObj.code,
code: this.selected.code,
subType:this.$store.state.menuOperation.subType
};
this.$store.dispatch('training/nextNew', step).then(({ valid }) => {