mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 16:36:45 +08:00
Merge branch 'nbs' into dev
This commit is contained in:
@@ -354,13 +354,13 @@ export default {
|
||||
this.$toast('终止年月必须大于起始年月')
|
||||
return
|
||||
}
|
||||
if(this.eduAge(form.educationalAgeOne,this.children[0].familyAge)){
|
||||
if(this.eduAge(this.form.educationalAgeOne,this.children[0].familyAge)){
|
||||
return false
|
||||
}
|
||||
if(this.eduAge(form.educationalAgeTwo,this.children[1].familyAge)){
|
||||
if(this.eduAge(this.form.educationalAgeTwo,this.children[1].familyAge)){
|
||||
return false
|
||||
}
|
||||
if(this.eduAge(form.educationalAgeThree,this.children[2].familyAge)){
|
||||
if(this.eduAge(this.form.educationalAgeThree,this.children[2].familyAge)){
|
||||
return false
|
||||
}
|
||||
let form = utils.deepCopy(this.form)
|
||||
|
||||
Reference in New Issue
Block a user