Commit ae8afcd3 by wangguangchao

付款交易校核问题修复

parent 70a20bc6
...@@ -194,7 +194,8 @@ export default { ...@@ -194,7 +194,8 @@ export default {
}) })
// 解决init后扣费后付款金额字段没有值问题 // 解决init后扣费后付款金额字段没有值问题
this.$nextTick(() => { this.$nextTick(() => {
that.$refs.utlp.commonExecuteRule('setmod.redamt') //that.$refs.utlp.commonExecuteRule('setmod.redamt')
that.$refs.utlp.docprbrolChange()
}) })
console.log(this.model); console.log(this.model);
if(this.isInDisplay){ if(this.isInDisplay){
......
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