From a1f810784b4bf89638dbcf1f6488edd1158497ec Mon Sep 17 00:00:00 2001 From: zhouna Date: Fri, 27 Dec 2019 16:03:41 +0800 Subject: [PATCH 1/2] =?UTF-8?q?[FIX]=E6=8D=A2=E5=8D=A1=E7=A9=BA=E7=AD=BE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/InsuranceInformation.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/ebiz/sale/InsuranceInformation.vue b/src/views/ebiz/sale/InsuranceInformation.vue index 3a7020e9d..984482940 100644 --- a/src/views/ebiz/sale/InsuranceInformation.vue +++ b/src/views/ebiz/sale/InsuranceInformation.vue @@ -268,7 +268,8 @@ export default { JSON.parse(window.localStorage.getItem('saleInsuredPersonInfo')).relationToAppnt + '&signInvalid=' + sessionStorage.getItem('signInvalid') + - '&airSign=1' + '&airSign=1' + + '&changeCard=0' } }) } else { From 97e8dbe26e81f90ba7cefbb41cbff930b21f765f Mon Sep 17 00:00:00 2001 From: zhouna Date: Fri, 27 Dec 2019 16:32:47 +0800 Subject: [PATCH 2/2] =?UTF-8?q?[FIX]=E8=BD=AC=E8=B4=A6=E7=A9=BA=E7=AD=BE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/SignatureConfirmation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/sale/SignatureConfirmation.vue b/src/views/ebiz/sale/SignatureConfirmation.vue index 557db48ff..d66cc0aca 100644 --- a/src/views/ebiz/sale/SignatureConfirmation.vue +++ b/src/views/ebiz/sale/SignatureConfirmation.vue @@ -736,7 +736,7 @@ export default { that.insuredSign.push(item) //被保 } }) - if (!that.changeCard || this.$route.query.changeCard != '0') { + if (!that.changeCard) { //将投保人数组排序 that.appntSign.sort(function(a, b) { return a.key - b.key