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

修改新增付款对象

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