mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-08 12:56:43 +08:00
Merge remote-tracking branch 'origin/feature/增加主险' into release/0811
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user