mirror of https://gitee.com/stylefeng/guns
BUG修复,JSON请求需要指明,否则无法通过参数校验
parent
dad44075d4
commit
a4db8aa8d8
|
@ -78,7 +78,7 @@ layui.use(['layer', 'form', 'table', 'admin', 'HttpRequest', 'func'], function (
|
|||
Feng.error("删除失败!" + data.responseJSON.message + "!");
|
||||
});
|
||||
ajax.set("noticeId", data.noticeId);
|
||||
ajax.start();
|
||||
ajax.start(true);
|
||||
};
|
||||
Feng.confirm("是否删除通知 " + data.title + "?", operation);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue