From c06eb4bdfe3f77666d6af93c55c52c79d0907c19 Mon Sep 17 00:00:00 2001 From: "li.kai" Date: Thu, 2 Jul 2020 18:09:37 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=20=E4=BF=AE=E6=94=B9=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E5=8D=95=E4=BD=8D=E4=B8=BA=E9=9D=9E=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/InsuredInfo.vue | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/views/ebiz/sale/InsuredInfo.vue b/src/views/ebiz/sale/InsuredInfo.vue index c13edc943..e7e0d656b 100644 --- a/src/views/ebiz/sale/InsuredInfo.vue +++ b/src/views/ebiz/sale/InsuredInfo.vue @@ -252,11 +252,9 @@ @@ -1076,12 +1074,13 @@ export default { ) { } else if (this.userInfo.workcompany.length < 6 && this.userInfo.workcompany.trim() != '无') { // await this.asyncToast('亲,您填写的工作单位过于简短哦~') - await this.$dialog.confirm({ - title: '提示', - message: '亲,您填写的工作单位过于简短哦~', - confirmButtonText: '继续填写', - cancelButtonText: '返回修改' - }) + this.userInfo.workcompany = '无' + // await this.$dialog.confirm({ + // title: '提示', + // message: '亲,您填写的工作单位过于简短哦~', + // confirmButtonText: '继续填写', + // cancelButtonText: '返回修改' + // }) } if (this.userInfo.salarySource == '4') {