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') {