From 144d54372a49ea9c4d69751212d2fd7f2937dc9f Mon Sep 17 00:00:00 2001 From: "bai.jinyan" Date: Tue, 11 May 2021 17:30:18 +0800 Subject: [PATCH] =?UTF-8?q?feature/GFRS-2441=20=E9=85=8D=E7=BD=AE=E7=9F=AD?= =?UTF-8?q?=E6=9C=9F=E5=81=A5=E5=BA=B7=E9=99=A9=E6=8A=95=E4=BF=9D=E9=A1=BB?= =?UTF-8?q?=E7=9F=A5-=E5=89=8D=E7=AB=AF=E4=BB=A3=E7=A0=81=E6=8F=90?= =?UTF-8?q?=E4=BA=A4-=E6=8F=90=E4=BA=A4=E4=BA=BA=EF=BC=9A=E7=99=BD?= =?UTF-8?q?=E9=87=91=E5=B2=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/SignatureConfirmation.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/ebiz/sale/SignatureConfirmation.vue b/src/views/ebiz/sale/SignatureConfirmation.vue index b5f082f10..fbb1c5d68 100644 --- a/src/views/ebiz/sale/SignatureConfirmation.vue +++ b/src/views/ebiz/sale/SignatureConfirmation.vue @@ -1548,25 +1548,25 @@ export default { item.key = 2 item.routePath = 'insuranceInformation' } else if (item.documentCode == '2') { - item.key = 7 + item.key = 8 item.routePath = 'SignatureOfElectronic' } else if (item.documentCode == '3') { - item.key = 3 + item.key = 4 item.routePath = 'productTip' } else if (item.documentCode == '4') { - item.key = 4 + item.key = 5 item.routePath = 'InsuranceTip' } else if (item.documentCode == '6') { - item.key = 5 + item.key = 6 item.routePath = 'avoidDutyTip' } else if (item.documentCode == '7') { - item.key = 6 + item.key = 7 item.routePath = 'doubleRecordTip' } else if (item.documentCode == '8') { item.key = 1 item.routePath = 'apointValidDoc' } else if (item.documentCode == '9') { - item.key = 0 + item.key = 3 item.routePath = 'shortPeriodProduct' } },