From 06f6cbab20faeb80bb44ece5129ac82c2b8f5e28 Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Mon, 25 May 2020 16:37:01 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E3=80=90=E7=94=B5=E6=8A=95=E3=80=91?= =?UTF-8?q?=E6=A1=82=E4=BC=81=E5=B9=B2=E6=8E=89=E6=97=A0=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/InsuredInfo.vue | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/views/ebiz/sale/InsuredInfo.vue b/src/views/ebiz/sale/InsuredInfo.vue index 2d02fb54d..a0e3311d1 100644 --- a/src/views/ebiz/sale/InsuredInfo.vue +++ b/src/views/ebiz/sale/InsuredInfo.vue @@ -517,12 +517,6 @@ export default { localStorage.removeItem('imgfrontInsuredPath') localStorage.removeItem('imgBackPath') localStorage.removeItem('imgBackInsuredPath') - //--------------为首页桂企保投保入口专写begin----------------// - if (this.$route.query.initOrderNo == '1') { - localStorage.orderNo = '' - localStorage.chooseProductCodes = '' //置空所选险种 - } - //--------------为首页桂企保投保入口专写end----------------// // document.body.style.backgroundColor = '#F5F5F5' //如果是编辑/导航进来 @@ -560,7 +554,6 @@ export default { } //------------------------专为桂企写死--begin---------------// if (res.orderDTO.insuredDTOs[0] && res.orderDTO.insuredDTOs[0].riskDTOLst) { - console.log('------------') this.specilFlag = res.orderDTO.insuredDTOs[0].riskDTOLst.some(v => { return v.riskCode == 'GFRS_M0024' }) @@ -866,7 +859,6 @@ export default { hiddenRight: '1' } }) - // console.log(data) let { customerName, customerSex } = data this.userInfo.name = customerName //用户名 this.userInfo.sex = String(customerSex) //性别 @@ -1205,9 +1197,11 @@ export default { } let str = '' params.orderDTO.appntDTO = this.userInfo + //------------------------专为桂企写死--begin---------------// if (this.specilFlag == '1') { params.orderDTO.orderInfoDTO.productCode = 'GFRS_M0024' } + // ------------------------专为桂企写死--end---------------// let resultData = await saveOrUpdateOrderInfo(params) if (resultData.result == 0) { //deleteFlag 0-该页面修改了信息且修改的信息影响到后面流程,后台进行了删除数据的操作