Commit 6b8b4ad9 authored by 黄奎's avatar 黄奎

页面修改

parent eeaf4b54
......@@ -201,10 +201,11 @@
return;
}
var that = this;
this.Confirm("削除するか?", "ヒント", function () {
this.Confirm("削除するか?",function () {
that.apipost("scm_post_DelSCMHotelRoomPriceInfo", msg,
res => {
if (res.data.resultCode == 1) {
that.Success(res.data.message);
that.getMonths();
that.clearAddMsg();
} else {
......
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