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