zhangjie 2 년 전
부모
커밋
969baa3a9f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/modules/stmms/components/markParam/MarkPaperStructure.vue

+ 0 - 1
src/modules/stmms/components/markParam/MarkPaperStructure.vue

@@ -212,7 +212,6 @@ export default {
         if (curMainId !== item.mainId) {
           curMainId = item.mainId;
           scoresPerTopic[curMainId] = undefined;
-          item.optionCount = null;
         }
         return { ...item };
       });