Browse Source

fix: 轨迹图不显示双评的问题

zhangjie 4 months ago
parent
commit
94afcd7251
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/features/student/studentTrack/StudentTrack.vue

+ 2 - 0
src/features/student/studentTrack/StudentTrack.vue

@@ -103,6 +103,8 @@ async function updateTask() {
       name: rawTask.courseName,
     };
     store.currentTask = rawTask;
+
+    store.setting.doubleTrack = true;
   } else {
     store.message = res.data.message;
   }