Explorar o código

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

zhangjie hai 4 meses
pai
achega
94afcd7251
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;
   }