|
@@ -196,7 +196,7 @@ const ManageNotification = defineComponent({
|
|
|
try {
|
|
|
// 获取群公告
|
|
|
let res = await imGroupNoticePage({
|
|
|
- groupId: data.groupProfile.groupID,
|
|
|
+ imGroupId: data.groupProfile.groupID,
|
|
|
page: data.page,
|
|
|
rows: data.rows,
|
|
|
});
|
|
@@ -235,7 +235,7 @@ const ManageNotification = defineComponent({
|
|
|
data.id = item.id;
|
|
|
} else if (type === "top") {
|
|
|
await imGroupNoticeUpdate({
|
|
|
- groupId: data.groupProfile.groupID,
|
|
|
+ imGroupId: data.groupProfile.groupID,
|
|
|
isTop: true,
|
|
|
id: item.id,
|
|
|
});
|
|
@@ -276,7 +276,7 @@ const ManageNotification = defineComponent({
|
|
|
//
|
|
|
if (data.id) {
|
|
|
await imGroupNoticeUpdate({
|
|
|
- groupId: data.groupProfile.groupID,
|
|
|
+ imGroupId: data.groupProfile.groupID,
|
|
|
isTop: data.isTop,
|
|
|
title: data.title,
|
|
|
content: data.input,
|
|
@@ -284,7 +284,7 @@ const ManageNotification = defineComponent({
|
|
|
});
|
|
|
} else {
|
|
|
await imGroupNoticeSave({
|
|
|
- groupId: data.groupProfile.groupID,
|
|
|
+ imGroupId: data.groupProfile.groupID,
|
|
|
title: data.title,
|
|
|
content: data.input,
|
|
|
isTop: data.isTop,
|