mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 14:22:52 +08:00
fix
This commit is contained in:
@@ -268,8 +268,10 @@ export default {
|
|||||||
return
|
return
|
||||||
} else if ((familyItem.relation === '02' || familyItem.relation === '04') && familyItem.familySex !== '0') {
|
} else if ((familyItem.relation === '02' || familyItem.relation === '04') && familyItem.familySex !== '0') {
|
||||||
this.$toast('父亲的性别必须是男')
|
this.$toast('父亲的性别必须是男')
|
||||||
|
return
|
||||||
} else if ((familyItem.relation === '03' || familyItem.relation === '05') && familyItem.familySex !== '1') {
|
} else if ((familyItem.relation === '03' || familyItem.relation === '05') && familyItem.familySex !== '1') {
|
||||||
this.$toast('母亲的性别必须是女')
|
this.$toast('母亲的性别必须是女')
|
||||||
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user