Merge remote-tracking branch 'origin/feature/增加主险' into release/0811

This commit is contained in:
阳华祥
2020-08-11 13:44:19 +08:00

View File

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