Commit 7f15d581 authored by zhengke's avatar zhengke

修改提示

parent 1d3f1c00
...@@ -1274,7 +1274,7 @@ export default { ...@@ -1274,7 +1274,7 @@ export default {
}); });
this.JapanIncrease = res.data.data.JapanIncrease; this.JapanIncrease = res.data.data.JapanIncrease;
} else { } else {
this.Error(res.data.message); //this.Error(res.data.message);
} }
}, },
err => {} err => {}
......
...@@ -1092,7 +1092,7 @@ export default { ...@@ -1092,7 +1092,7 @@ export default {
this.PassMsg.groupBookingFlg = res.data.data.groupBookingFlg; this.PassMsg.groupBookingFlg = res.data.data.groupBookingFlg;
this.JapanIncrease = res.data.data.JapanIncrease; this.JapanIncrease = res.data.data.JapanIncrease;
} else { } else {
this.Error(res.data.message); //this.Error(res.data.message);
} }
}, },
err => {} err => {}
......
...@@ -1149,7 +1149,7 @@ export default { ...@@ -1149,7 +1149,7 @@ export default {
}) })
} else { } else {
this.Error(res.data.message); //this.Error(res.data.message);
} }
}, },
err => {} err => {}
......
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