From a31e6da5cf715d95014e9e23bc17e8f31cb14a00 Mon Sep 17 00:00:00 2001 From: lVAL Date: Wed, 24 Feb 2021 11:04:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=9A=E5=AE=9E=E8=AE=AD?= =?UTF-8?q?=E6=AD=A5=E9=AA=A4=E5=8F=82=E6=95=B0=E5=A2=9E=E5=8A=A0order?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scripts/cmdPlugin/Handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/cmdPlugin/Handler.js b/src/scripts/cmdPlugin/Handler.js index 79416583a..1e5440a30 100644 --- a/src/scripts/cmdPlugin/Handler.js +++ b/src/scripts/cmdPlugin/Handler.js @@ -37,7 +37,7 @@ class Handler { const basicInfo = store.getters['training/basicInfo']; if (basicInfo.id && valid) { const group = router.currentRoute.query.group; - sendTrainingNextStepNew({ trainingId: basicInfo.id, operation: operation }, group).then(res=>{ + sendTrainingNextStepNew({ trainingId: basicInfo.id, operation: operation, order: this.getOrder()}, group).then(res=>{ if (!valid) { this.pop(); } else if (operation.cancel === true) {