This commit is contained in:
fan 2023-04-14 13:07:37 +08:00
commit dff6b0f545

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) {