lrf402788946 il y a 5 ans
Parent
commit
41d8eaa1e9
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      src/views/train-plan/parts/term-lesson-table.vue

+ 0 - 1
src/views/train-plan/parts/term-lesson-table.vue

@@ -63,7 +63,6 @@ export default {
       let index = this.list.findIndex(f => _.isEqual(f, row));
       let prop = _.get(column, 'property');
       let type = _.get(row, `type`);
-      console.log(type, prop);
       if (prop && prop.includes('name')) {
         let obj = { ...row, batch: this.batch, index };
         if (type == 'lesson') {