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