Merge branch 'nbs' into dev

This commit is contained in:
tian.guangyuan
2020-03-27 15:27:36 +08:00

View File

@@ -354,13 +354,13 @@ export default {
this.$toast('终止年月必须大于起始年月') this.$toast('终止年月必须大于起始年月')
return return
} }
if(this.eduAge(form.educationalAgeOne,this.children[0].familyAge)){ if(this.eduAge(this.form.educationalAgeOne,this.children[0].familyAge)){
return false return false
} }
if(this.eduAge(form.educationalAgeTwo,this.children[1].familyAge)){ if(this.eduAge(this.form.educationalAgeTwo,this.children[1].familyAge)){
return false return false
} }
if(this.eduAge(form.educationalAgeThree,this.children[2].familyAge)){ if(this.eduAge(this.form.educationalAgeThree,this.children[2].familyAge)){
return false return false
} }
let form = utils.deepCopy(this.form) let form = utils.deepCopy(this.form)