路票填写存值错误
This commit is contained in:
parent
3c7c4c3dfa
commit
9c9ccdbfc7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user