This commit is contained in:
shijingjing
2022-09-28 10:17:52 +08:00
parent dcebdbe334
commit cdb0945124

View File

@@ -597,7 +597,7 @@ export default {
return this.$u.toast('请输入正确的同行人信息')
} else {
if(this.people.some(val=> (val.name=='') || (val.phone=='')) ) {
return this.$u.toast('请输入完整的同行人信息2')
return this.$u.toast('请输入完整的同行人信息')
} else {
this.form.companionList = this.people
}