mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 08:46:43 +08:00
投保流程 被保人新市民必填校验逻辑修改
This commit is contained in:
@@ -1324,7 +1324,7 @@ export default {
|
||||
async nextStep() {
|
||||
let valid = await this.$validator.validate()
|
||||
if(this.manageComCode == '45'){
|
||||
if(this.userInfo.isNewPeopleFlag !== '0' || this.userInfo.isNewPeopleFlag !== '1'){
|
||||
if(this.userInfo.isNewPeopleFlag == '' || this.userInfo.isNewPeopleFlag == null || this.userInfo.isNewPeopleFlag == undefined){
|
||||
this.$toast('新市民身份不能为空')
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user