[FIX] 生产-修改选择产品后的跳转问题

This commit is contained in:
wangmingzhe
2019-12-30 16:16:49 +08:00
parent da76604d23
commit 2f0928a1a4
2 changed files with 3 additions and 2 deletions

View File

@@ -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)) {

View File

@@ -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