diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index f9393dbf0..23539f66f 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -780,6 +780,7 @@ export default { }, //保额份数变化 stepperChange(defalutValue, productIndex, calFactorIndex, min, max) { + console.log(defalutValue, productIndex, calFactorIndex, min, max) // debugger let currentEle = this.chooseProducts[productIndex].calFactorLst[calFactorIndex] if (Number(this.defalutAmt) < Number(min) || Number(this.defalutAmt) > Number(max)) { diff --git a/src/views/ebiz/common/SelectedProduct.vue b/src/views/ebiz/common/SelectedProduct.vue index 5924ec6f9..133735de5 100644 --- a/src/views/ebiz/common/SelectedProduct.vue +++ b/src/views/ebiz/common/SelectedProduct.vue @@ -240,13 +240,13 @@ export default { let routerUrl if (localStorage.isFrom == 'proposal') { routerUrl = '/proposal/chooseInsuredPerson' - let index = this.$route.query.proposalEdit == '1' ? '-1' : '-2' + let page = this.$route.query.proposalEdit == '1' ? '-1' : '-2' this.$jump({ flag: 'goBack', extra: { refresh: '1', - index + index:page }, routerInfo: { path: routerUrl