|
@@ -28,10 +28,9 @@ export function addNotice(data) {
|
|
|
|
|
|
// 修改公告
|
|
|
export function updateNotice(data) {
|
|
|
- let dataStr = data.noticeContent;
|
|
|
- data.noticeContent = null;
|
|
|
+
|
|
|
return request({
|
|
|
- url: "/system/notice/edit?noticeContent=" + dataStr,
|
|
|
+ url: "/system/notice/edit",
|
|
|
method: "post",
|
|
|
data: data,
|
|
|
});
|