From e8fbcc33c0072dfe167fcd5edacd99c4ce35e59b Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Mon, 25 Sep 2023 15:59:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=95=E4=BF=9D=E6=B5=81=E7=A8=8B=20?= =?UTF-8?q?=E8=A2=AB=E4=BF=9D=E4=BA=BA=E6=96=B0=E5=B8=82=E6=B0=91=E5=BF=85?= =?UTF-8?q?=E5=A1=AB=E6=A0=A1=E9=AA=8C=E9=80=BB=E8=BE=91=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/InsuredPerson.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/sale/InsuredPerson.vue b/src/views/ebiz/sale/InsuredPerson.vue index 96e0a4eee..8d93738e7 100644 --- a/src/views/ebiz/sale/InsuredPerson.vue +++ b/src/views/ebiz/sale/InsuredPerson.vue @@ -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 }