浏览代码

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;
           }
         });