diff --git a/src/jmapNew/theme/ningbo_03/menus/menuDialog/routeCommand.vue b/src/jmapNew/theme/ningbo_03/menus/menuDialog/routeCommand.vue index 26fd32c25..c40b8d0fe 100644 --- a/src/jmapNew/theme/ningbo_03/menus/menuDialog/routeCommand.vue +++ b/src/jmapNew/theme/ningbo_03/menus/menuDialog/routeCommand.vue @@ -445,7 +445,8 @@ export default { operation: OperationEvent.Command.commandNingBo3.Signal_command_path.operation, param: { pathCode: `${row.code}` - } + }, + val: `${row.code}` }; this.$store.dispatch('trainingNew/next', step).then(({ valid }) => { if (valid) {