Commit f0789e7e by wangguangchao

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

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