dusenyao 4 tahun lalu
induk
melakukan
ab69a58775
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/views/live/teacher/index.vue

+ 1 - 1
src/views/live/teacher/index.vue

@@ -513,7 +513,7 @@ export default {
 
     // 分组讨论
     startGroup() {
-      StartGroup({ task_id: this.task_id })
+      StartGroup({ task_id: this.task_id, group_count: 2 })
         .then(() => {
           this.isGroup = true;
           return GetGroupInfo_Teacher({ task_id: this.task_id });