فهرست منبع

Merge branch 'gym-20240920' into test-daya

lex-xin 1 سال پیش
والد
کامیت
0c958234d0
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,
         });