mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 05:46:44 +08:00
[FIX]【电投】桂企干掉无用代码
This commit is contained in:
@@ -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-该页面修改了信息且修改的信息影响到后面流程,后台进行了删除数据的操作
|
||||
|
||||
Reference in New Issue
Block a user