mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 05:06:43 +08:00
[FIX] 生产-修改选择产品后的跳转问题
This commit is contained in:
@@ -780,6 +780,7 @@ export default {
|
|||||||
},
|
},
|
||||||
//保额份数变化
|
//保额份数变化
|
||||||
stepperChange(defalutValue, productIndex, calFactorIndex, min, max) {
|
stepperChange(defalutValue, productIndex, calFactorIndex, min, max) {
|
||||||
|
console.log(defalutValue, productIndex, calFactorIndex, min, max)
|
||||||
// debugger
|
// debugger
|
||||||
let currentEle = this.chooseProducts[productIndex].calFactorLst[calFactorIndex]
|
let currentEle = this.chooseProducts[productIndex].calFactorLst[calFactorIndex]
|
||||||
if (Number(this.defalutAmt) < Number(min) || Number(this.defalutAmt) > Number(max)) {
|
if (Number(this.defalutAmt) < Number(min) || Number(this.defalutAmt) > Number(max)) {
|
||||||
|
|||||||
@@ -240,13 +240,13 @@ export default {
|
|||||||
let routerUrl
|
let routerUrl
|
||||||
if (localStorage.isFrom == 'proposal') {
|
if (localStorage.isFrom == 'proposal') {
|
||||||
routerUrl = '/proposal/chooseInsuredPerson'
|
routerUrl = '/proposal/chooseInsuredPerson'
|
||||||
let index = this.$route.query.proposalEdit == '1' ? '-1' : '-2'
|
let page = this.$route.query.proposalEdit == '1' ? '-1' : '-2'
|
||||||
|
|
||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'goBack',
|
flag: 'goBack',
|
||||||
extra: {
|
extra: {
|
||||||
refresh: '1',
|
refresh: '1',
|
||||||
index
|
index:page
|
||||||
},
|
},
|
||||||
routerInfo: {
|
routerInfo: {
|
||||||
path: routerUrl
|
path: routerUrl
|
||||||
|
|||||||
Reference in New Issue
Block a user