Commit f0789e7e by wangguangchao

付款页面扣费后付款金额字段没有值问题解决

parent 1afcd2e0
...@@ -192,6 +192,10 @@ export default { ...@@ -192,6 +192,10 @@ export default {
this.$nextTick(() => { this.$nextTick(() => {
that.$refs.utlp.$refs.bwxxIst.$refs.table.toggleAllSelection() that.$refs.utlp.$refs.bwxxIst.$refs.table.toggleAllSelection()
}) })
// 解决init后扣费后付款金额字段没有值问题
this.$nextTick(() => {
that.$refs.utlp.commonExecuteRule('setmod.redamt')
})
console.log(this.model); console.log(this.model);
if(this.isInDisplay){ if(this.isInDisplay){
this.restoreDisplay() this.restoreDisplay()
......
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