From 08b04a68b02891245f981d5ef7edb3953b012bea Mon Sep 17 00:00:00 2001
From: "li.yuetong"
Date: Mon, 5 Sep 2022 10:54:59 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=85=B3=E4=BA=8E=E9=99=84=E5=8A=A0?=
=?UTF-8?q?=E7=BB=BC=E5=90=88=E6=84=8F=E5=A4=96=E4=BC=A4=E5=AE=B3=E4=BF=9D?=
=?UTF-8?q?=E9=99=A9=EF=BC=88=E4=B9=90=E4=BA=AB=E7=89=88=EF=BC=89=E6=8A=95?=
=?UTF-8?q?=E4=BF=9D=E6=B5=81=E7=A8=8B=E5=A2=9E=E5=8A=A0=E3=80=8A=E4=B8=AA?=
=?UTF-8?q?=E4=BA=BA=E4=BF=A1=E6=81=AF=E4=BD=BF=E7=94=A8=E6=8E=88=E6=9D=83?=
=?UTF-8?q?=E3=80=8B=E9=98=85=E7=9F=A5=E5=8B=BE=E9=80=89=E7=9A=84=E7=94=B3?=
=?UTF-8?q?=E8=AF=B7=E3=80=91=E8=A2=AB=E4=BF=9D=E4=BA=BA=E9=98=85=E8=AF=BB?=
=?UTF-8?q?=E6=96=87=E4=BB=B6=E3=80=8A=E4=BA=BA=E8=BA=AB=E4=BF=9D=E9=99=A9?=
=?UTF-8?q?=E7=94=B5=E5=AD=90=E6=8A=95=E4=BF=9D=E5=8D=95=E3=80=8B=E8=B7=B3?=
=?UTF-8?q?=E8=BD=ACurl=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ebiz/sale/SignatureConfirmation.vue | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/views/ebiz/sale/SignatureConfirmation.vue b/src/views/ebiz/sale/SignatureConfirmation.vue
index 729f23979..696d39a29 100644
--- a/src/views/ebiz/sale/SignatureConfirmation.vue
+++ b/src/views/ebiz/sale/SignatureConfirmation.vue
@@ -1096,9 +1096,14 @@ export default {
insuredUrl() {
let that = this
let path = ''
+ // if (that.insuredSign[0].documentStatus == 0) {
+ // path = 'insuranceInformation'
+ // } else {
+ // path = 'SignatureOfElectronic'
+ // }
if (that.insuredSign[0].documentStatus == 0) {
path = 'insuranceInformation'
- } else if (that.insuredSign[1].documentStatus == 1) {
+ } else if (that.insuredSign[1].documentStatus == 2) {
path = 'SignatureOfElectronic'
} else if (that.insuredSign.length == 3 && that.insuredSign[2].documentStatus == 0) {
path = 'PersonalInformation'