Commit 1962421a authored by youjie's avatar youjie

no message

parent 1d1a9b55
......@@ -956,14 +956,15 @@ export default {
this.apipost('Financial_post_MergeFinance',this.addMsg,r=>{
if(r.data.resultCode === 1) {
this.addChuNa = false
this.saveMsg=[];
// this.saveMsg=[];
this.getList();
this.addMsg = {
FrIDs:'',
RemitterName:'',
TradeDate:'',
BankList:[],
}
// this.addMsg = {
// FrIDs:'',
// RemitterName:'',
// TradeDate:'',
// BankList:[],
// }
this.initAddChuNa()
}else{
this.$message.error(r.data.message)
}
......
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