Commit 6141521e by WH

修复letdrw缺陷

parent 909394bc
...@@ -446,10 +446,12 @@ export default { ...@@ -446,10 +446,12 @@ export default {
created: function () {}, created: function () {},
computed:{ computed:{
maxcur(){ maxcur(){
return this.model.ledgrp.cbs.nom1.cur this.model.ledgrp.cbs.max.cur = this.model.ledgrp.cbs.nom1.cur
return this.model.ledgrp.cbs.max.cur
}, },
maxamt(){ maxamt(){
return this.model.ledgrp.cbs.nom1.amt * (1+this.model.ledgrp.rec.nomtop/100) this.model.ledgrp.cbs.max.amt = this.model.ledgrp.cbs.nom1.amt * (1+this.model.ledgrp.rec.nomtop/100)
return this.model.ledgrp.cbs.max.amt
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment