mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-13 17:46:44 +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)) {
|
||||
|
||||
Reference in New Issue
Block a user