From 6c4e4dbd9e7dc9a72117c1a89981ade8b3fa14ef Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Thu, 9 May 2024 09:57:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E4=BA=A7=E5=93=81=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=8F=90=E4=BA=A4=E9=A1=B5=E9=9D=A2=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/SelectedProduct.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/common/SelectedProduct.vue b/src/views/ebiz/common/SelectedProduct.vue index eaa2d3ac1..3bb1533fa 100644 --- a/src/views/ebiz/common/SelectedProduct.vue +++ b/src/views/ebiz/common/SelectedProduct.vue @@ -750,7 +750,7 @@ if (this.chooseProducts.length == 0) { return this.$toast('请添加产品') } - if(!this.isElecCont) { + if(!this.isElecCont && localStorage.isFrom == 'sale') { this.$toast('请选择保单形式') return false }