From d3dd38b883868c3dec4291ef1a0b0cbba44467da Mon Sep 17 00:00:00 2001 From: dong <58670809@qq.com> Date: Thu, 13 Apr 2023 18:25:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=81=E6=B3=A23=E6=8E=92=E8=B7=AF=E8=BF=9B?= =?UTF-8?q?=E8=B7=AF=E6=A0=A1=E9=AA=8C=E5=AD=97=E6=AE=B5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmapNew/theme/ningbo_03/menus/menuDialog/routeCommand.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {