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);
                 if (ctres) {
                   classtype = ctres.name;
-                  if (ctres != '0') classtype = `${classtype}-${name}`;
+                  if (ctres != '0') classtype = `${classtype}`;
                 }
               }
               b.lessons = b.lessons.map(l => ({ ...l, ...obj, classtype }));