Commit 701dd41e authored by 华国豪's avatar 华国豪 🙄

1

parent 632c6d19
......@@ -1522,7 +1522,7 @@
}
},
savePassenger(type) {
if ((this.LineId === 14 || LineId === 2) && (this.addMsg.IdCard === '' || this.addMsg.IdCard.length < 18)) {
if ((this.LineId === 14 || this.LineId === 2) && (this.addMsg.IdCard === '' || this.addMsg.IdCard.length < 18)) {
return this.$message.error('请填写身份证号码!');
}
this.addMsg.EconomicCapabilityList = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment