소스 검색

Update train-model.tsx

lex 1 년 전
부모
커밋
548b3ce569
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/train-statistics/train-model.tsx

+ 1 - 1
src/views/train-statistics/train-model.tsx

@@ -380,7 +380,7 @@ export default defineComponent({
         state.classId = props.selectValues.classGroupId;
         state.popupClassId = [state.classId];
         state.classList.forEach((item: any) => {
-          if (item.value === state.className) {
+          if (item.value === state.classId) {
             state.className = item.text;
           }
         });