Commit 8edc8754 authored by youjie's avatar youjie

no message

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