lex-xin 6 месяцев назад
Родитель
Сommit
1b27ed97cc

+ 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,
         });