diff --git a/src/views/ebiz/claims/InsuredInfo.vue b/src/views/ebiz/claims/InsuredInfo.vue index d5cbd6b6d..58e87f8c7 100644 --- a/src/views/ebiz/claims/InsuredInfo.vue +++ b/src/views/ebiz/claims/InsuredInfo.vue @@ -263,11 +263,6 @@ export default { next() }, methods: { - appCallBack(data) { - if (data.trigger == 'left_button_click') { - localStorage.removeItem('claimId', 'applyId', 'insuranceId') - } - }, //判断是否由客户报案历史进入,客户信息反显 judge() { if (this.from == 'ReportInfo') { @@ -325,7 +320,7 @@ export default { this.$jump({ flag: 'navigation', extra: { - title: '申请信息', + title: '被保人信息', hiddenRight: '1' } }) @@ -402,7 +397,7 @@ export default { this.$jump({ flag: 'navigation', extra: { - title: '申请信息', + title: '被保人信息', hiddenRight: '1' } }) @@ -421,12 +416,15 @@ export default { } }) }, - appCallBack() { + appCallBack(data) { + if (data.trigger == 'left_button_click') { + localStorage.removeItem('claimId', 'applyId', 'insuranceId') + } // 筛选按钮的点击事件 this.$jump({ flag: 'navigation', extra: { - title: '申请信息', + title: '被保人信息', hiddenRight: '1' } }) diff --git a/src/views/ebiz/claims/SignatureConfirmation.vue b/src/views/ebiz/claims/SignatureConfirmation.vue index f92ef2878..ec8e0e2c6 100644 --- a/src/views/ebiz/claims/SignatureConfirmation.vue +++ b/src/views/ebiz/claims/SignatureConfirmation.vue @@ -84,7 +84,6 @@