mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 18:36: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 (!isProposal) {
|
||||||
if (this.chooseProducts.length > 0) {
|
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 {
|
} else {
|
||||||
this.isShow = true
|
this.isShow = true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user