feature/GFRS-2441 配置短期健康险投保须知-前端代码提交-提交人:白金岩

This commit is contained in:
bai.jinyan
2021-05-11 17:30:18 +08:00
parent 330aae61fb
commit 144d54372a

View File

@@ -1548,25 +1548,25 @@ export default {
item.key = 2 item.key = 2
item.routePath = 'insuranceInformation' item.routePath = 'insuranceInformation'
} else if (item.documentCode == '2') { } else if (item.documentCode == '2') {
item.key = 7 item.key = 8
item.routePath = 'SignatureOfElectronic' item.routePath = 'SignatureOfElectronic'
} else if (item.documentCode == '3') { } else if (item.documentCode == '3') {
item.key = 3 item.key = 4
item.routePath = 'productTip' item.routePath = 'productTip'
} else if (item.documentCode == '4') { } else if (item.documentCode == '4') {
item.key = 4 item.key = 5
item.routePath = 'InsuranceTip' item.routePath = 'InsuranceTip'
} else if (item.documentCode == '6') { } else if (item.documentCode == '6') {
item.key = 5 item.key = 6
item.routePath = 'avoidDutyTip' item.routePath = 'avoidDutyTip'
} else if (item.documentCode == '7') { } else if (item.documentCode == '7') {
item.key = 6 item.key = 7
item.routePath = 'doubleRecordTip' item.routePath = 'doubleRecordTip'
} else if (item.documentCode == '8') { } else if (item.documentCode == '8') {
item.key = 1 item.key = 1
item.routePath = 'apointValidDoc' item.routePath = 'apointValidDoc'
} else if (item.documentCode == '9') { } else if (item.documentCode == '9') {
item.key = 0 item.key = 3
item.routePath = 'shortPeriodProduct' item.routePath = 'shortPeriodProduct'
} }
}, },