From a67d2abf6586dba31937ef4c22133013958d39ba Mon Sep 17 00:00:00 2001 From: fan Date: Mon, 16 Jan 2023 10:30:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=97=E4=BA=AC=E4=B8=80=E5=8F=B7=E7=BA=BF?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E7=AB=99=E5=8F=B0=E4=BF=A1=E6=81=AF=E7=BB=93?= =?UTF-8?q?=E6=9D=9F=E5=90=8E=E6=B8=85=E9=99=A4=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmapNew/theme/beijing_01/menus/dialog/standDetail.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/jmapNew/theme/beijing_01/menus/dialog/standDetail.vue b/src/jmapNew/theme/beijing_01/menus/dialog/standDetail.vue index 607bf2370..db64d14bf 100644 --- a/src/jmapNew/theme/beijing_01/menus/dialog/standDetail.vue +++ b/src/jmapNew/theme/beijing_01/menus/dialog/standDetail.vue @@ -235,7 +235,8 @@ export default { commit() { const operate = { type: MapDeviceType.StationStand.type, - operation: OperationEvent.Command.close.confirm.operation + operation: OperationEvent.Command.close.confirm.operation, + over: true }; this.loading = true; @@ -252,7 +253,8 @@ export default { cancel() { const operate = { type: MapDeviceType.StationStand.type, - operation: OperationEvent.Command.cancel.menu.operation + operation: OperationEvent.Command.cancel.menu.operation, + cancel: true }; this.$store.dispatch('trainingNew/next', operate).then(({ valid }) => {