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