lrf402788946 4 년 전
부모
커밋
7b39ba6a2c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/plan/index.vue

+ 1 - 1
src/views/plan/index.vue

@@ -147,7 +147,7 @@ export default {
                 const ctres = this.classTypeList.find(f => f.code == type);
                 const ctres = this.classTypeList.find(f => f.code == type);
                 if (ctres) {
                 if (ctres) {
                   classtype = ctres.name;
                   classtype = ctres.name;
-                  if (ctres != '0') classtype = `${classtype}-${name}`;
+                  if (ctres != '0') classtype = `${classtype}`;
                 }
                 }
               }
               }
               b.lessons = b.lessons.map(l => ({ ...l, ...obj, classtype }));
               b.lessons = b.lessons.map(l => ({ ...l, ...obj, classtype }));