Commit 1264d7dc authored by 黄媛媛's avatar 黄媛媛

修改新增付款对象

parent e74b03ed
......@@ -330,17 +330,15 @@
this.$refs[formName].resetFields();
this.addMsg.AccountType='1';
this.addMsg.AccountClassify='2';
this.addMsg ={Id:'0',
ObjID:'-1',
BankId:'-1',
OpenBankName:'',
BankName: '',
AccountHolder:'',
CardNum:'',
AccountAlias:'',
AccountType:'1',
AccountClassify:'2',
Type:'9',}
this.addMsg.Id='0';
this.addMsg.ObjID='-1';
this.addMsg.BankId='-1';
this.addMsg.OpenBankName='';
this.addMsg.BankName='';
this.addMsg.AccountHolder='';
this.addMsg.CardNum='';
this.addMsg.AccountAlias='';
}
}
}
......
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