diff --git a/src/views/ebiz/common/SelectedProduct.vue b/src/views/ebiz/common/SelectedProduct.vue index e9ec94ec9..e52b0ae70 100644 --- a/src/views/ebiz/common/SelectedProduct.vue +++ b/src/views/ebiz/common/SelectedProduct.vue @@ -207,7 +207,11 @@ export default { } if (!isProposal) { if (this.chooseProducts.length > 0) { - this.isShow = false + if (this.chooseProducts[0].mainRiskCode == 'GFRS_M0026' && this.chooseProducts.length == 1) { + this.isShow = true + } else { + this.isShow = false + } } else { this.isShow = true }