lrf402788946 5 年之前
父节点
当前提交
41d8eaa1e9
共有 1 个文件被更改,包括 0 次插入1 次删除
  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') {