Sfoglia il codice sorgente

审批详情 IM聊天

liushengqiang 2 anni fa
parent
commit
5833ed4b14
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/schedule-manage/detial/item.tsx

+ 1 - 1
src/views/schedule-manage/detial/item.tsx

@@ -31,7 +31,7 @@ export default defineComponent({
         api: 'joinChatGroup',
         content: {
           type: 'single', // single 单人 multi 多人
-          id: item.imGroupId
+          id: item.studentId
         }
       })
     }