Commit e5881b5f authored by youjie's avatar youjie

no message

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