dusenyao %!s(int64=4) %!d(string=hai) anos
pai
achega
ab69a58775
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 });