zhangjie 2 месяцев назад
Родитель
Сommit
ce2ab95b77
1 измененных файлов с 1 добавлено и 5 удалено
  1. 1 5
      src/features/mark/scoring/MarkBoardTrack.vue

+ 1 - 5
src/features/mark/scoring/MarkBoardTrack.vue

@@ -254,16 +254,12 @@ const rightBlur = () => {
   removeFocusTrack();
 };
 const positioning = (question: Question) => {
-  // console.log(
-  //   "sliceImagesWithTrackListCopy:",
-  //   markStore.sliceImagesWithTrackListCopy
-  // );
   addFocusTrack(
     undefined,
     question.mainNumber,
     question.subNumber,
     true,
-    markStore.sliceImagesWithTrackListCopy || []
+    markStore.sliceImagesWithTrackList || []
   );
   activeRightMenuItem.value = null;
 };