宁波3排路进路校验字段调整

This commit is contained in:
dong 2023-04-13 18:25:18 +08:00
parent 0e1dcbb5fd
commit d3dd38b883

View File

@ -445,7 +445,8 @@ export default {
operation: OperationEvent.Command.commandNingBo3.Signal_command_path.operation, operation: OperationEvent.Command.commandNingBo3.Signal_command_path.operation,
param: { param: {
pathCode: `${row.code}` pathCode: `${row.code}`
} },
val: `${row.code}`
}; };
this.$store.dispatch('trainingNew/next', step).then(({ valid }) => { this.$store.dispatch('trainingNew/next', step).then(({ valid }) => {
if (valid) { if (valid) {