Commit 98cf3254 authored by youjie's avatar youjie

no message

parent a41a88b4
...@@ -776,7 +776,6 @@ export default { ...@@ -776,7 +776,6 @@ export default {
"ticketcouponsprice_post_Set", "ticketcouponsprice_post_Set",
this.addMsg, this.addMsg,
res => { res => {
debugger
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.initDataTable(); this.initDataTable();
this.Success("保存成功!"); this.Success("保存成功!");
...@@ -787,7 +786,6 @@ export default { ...@@ -787,7 +786,6 @@ export default {
} }
}, },
e=>{ e=>{
debugger;
console.log(e.message) console.log(e.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