lex-xin 6 月之前
父节点
当前提交
1b27ed97cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/TUIKit/TUIComponents/container/TUIChat/manage-components/manage-notification.vue

+ 1 - 1
src/TUIKit/TUIComponents/container/TUIChat/manage-components/manage-notification.vue

@@ -196,7 +196,7 @@ const ManageNotification = defineComponent({
       try {
         // 获取群公告
         let res = await imGroupNoticePage({
-          imGroupId: data.groupProfile.groupID,
+          groupId: data.groupProfile.groupID,
           page: data.page,
           rows: data.rows,
         });