!75 BUG修复,JSON请求需要指明,否则无法通过参数校验

Merge pull request !75 from DonY15/N/A
pull/75/MERGE
stylefeng 2021-05-25 20:54:53 +08:00 committed by Gitee
commit f8b0bb24d6
1 changed files with 1 additions and 1 deletions

View File

@ -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);
};