From 9c9ccdbfc7b2acd7783b3ab75b302793aaeef04b Mon Sep 17 00:00:00 2001 From: fan Date: Sat, 28 Jan 2023 10:59:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=A5=A8=E5=A1=AB=E5=86=99=E5=AD=98?= =?UTF-8?q?=E5=80=BC=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/newMap/display/terminals/trainTicket/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/newMap/display/terminals/trainTicket/index.vue b/src/views/newMap/display/terminals/trainTicket/index.vue index 4ebfcdfa4..d4ff7a4af 100644 --- a/src/views/newMap/display/terminals/trainTicket/index.vue +++ b/src/views/newMap/display/terminals/trainTicket/index.vue @@ -213,7 +213,7 @@ export default { }, submit() { let commitFlag = true; - const params = { ticket: { type: this.attachmentType }, stationCode: this.roleDeviceCode }; + const params = { stationCode: this.roleDeviceCode, ticket: { type: this.attachmentType } }; if (this.attachmentType === 'RAIL_TICKET') { if (!this.ticketForm.number || !this.ticketForm.tripNumber || !this.ticketForm.nextStation || !this.ticketForm.no) { commitFlag = false;