@@ -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 });