mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 16:16:45 +08:00
[FIX] 生产-修改选择产品后的跳转问题
This commit is contained in:
@@ -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)) {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user