Commit e5881b5f authored by youjie's avatar youjie

no message

parent d152920a
...@@ -776,10 +776,10 @@ export default { ...@@ -776,10 +776,10 @@ export default {
this.addMsg, this.addMsg,
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.initDataTable();
this.Success("保存成功!"); this.Success("保存成功!");
this.isShowDIv = false; this.isShowDIv = false;
this.resetForm("addMsg"); this.resetForm("addMsg");
// return
this.addMsg = { this.addMsg = {
ID: 0, ID: 0,
CouponsId: 0, CouponsId: 0,
...@@ -796,8 +796,11 @@ export default { ...@@ -796,8 +796,11 @@ export default {
CurrencyId: 0, CurrencyId: 0,
CurrentRate: 0.0, CurrentRate: 0.0,
MailingMoney: null,//邮寄费 MailingMoney: null,//邮寄费
}, }
this.goUrl('ticketManagement',this.CouponsId); setTimeout(()=>{
this.initDataTable();
this.goUrl('ticketManagement',this.CouponsId);
},500)
} 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