选择产品页面提交页面增加判断

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2024-05-09 09:57:26 +08:00
parent 0d07f33c20
commit 6c4e4dbd9e

View File

@@ -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
}