Commit 7a3cf45c authored by 黄媛媛's avatar 黄媛媛

付款对象的新增 初始化处理

parent ccbc1d85
...@@ -329,7 +329,18 @@ ...@@ -329,7 +329,18 @@
resetForm(formName) {//弹出框取消 初始化谈框内表单 resetForm(formName) {//弹出框取消 初始化谈框内表单
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',
ObjID:'-1',
BankId:'-1',
OpenBankName:'',
BankName: '',
AccountHolder:'',
CardNum:'',
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