提示
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user