Commit 2213deb5 authored by Mac's avatar Mac

1

parent 4ca47d32
...@@ -2549,10 +2549,10 @@ ...@@ -2549,10 +2549,10 @@
} }
msg.push(obj) msg.push(obj)
}) })
this.apipost('Financial_post_SetFinanceTrabeInfo', msg, res => { this.apipost('Financial_get_SetFinanceTrabeInfo', msg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.$message.success(res.data.message); this.$message.success(res.data.message);
this.transactionmode = true this.transactionmode = false
this.getPageList() this.getPageList()
}else{ }else{
this.Error(res.data.message); this.Error(res.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