Commit 8edc8754 authored by youjie's avatar youjie

no message

parent 08fefde5
...@@ -378,8 +378,9 @@ ...@@ -378,8 +378,9 @@
this.resetForm('addMsg') this.resetForm('addMsg')
} else { } else {
this.tips(res.data.message,'error'); this.tips(res.data.message,'error');
this.loading = false
} }
}, err => {}) }, err => {this.loading = false})
}, },
addFlightmodule(){//添加汇率 addFlightmodule(){//添加汇率
this.apipost('financeinfo_post_SetCurrencyForeignRate',this.addMsg, res => { this.apipost('financeinfo_post_SetCurrencyForeignRate',this.addMsg, res => {
...@@ -392,8 +393,9 @@ ...@@ -392,8 +393,9 @@
this.resetForm('addMsg') this.resetForm('addMsg')
} else { } else {
this.tips(res.data.message,'error'); this.tips(res.data.message,'error');
this.loading = false
} }
}, err => {}) }, err => {this.loading = false})
}, },
submitForm(addMsg) {//提交创建、修改表单 submitForm(addMsg) {//提交创建、修改表单
let that = this; let that = this;
......
...@@ -355,6 +355,7 @@ ...@@ -355,6 +355,7 @@
this.tableInfo = data this.tableInfo = data
} else { } else {
this.tips(res.data.message,'error'); this.tips(res.data.message,'error');
this.loading2 = false;
} }
}, err => {this.loading2 = false;}) }, err => {this.loading2 = false;})
}, },
...@@ -377,8 +378,9 @@ ...@@ -377,8 +378,9 @@
this.resetForm('addMsg') this.resetForm('addMsg')
} else { } else {
this.tips(res.data.message,'error'); this.tips(res.data.message,'error');
this.loading = false
} }
}, err => {}) }, err => {this.loading = false})
}, },
submitForm(addMsg) {//提交创建、修改表单 submitForm(addMsg) {//提交创建、修改表单
let that = this; let that = this;
......
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