seimin 3 年之前
父节点
当前提交
d8e53aa5d0
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. 0 8
      src/app/views/task-type-management/task-type-management.component.ts

+ 0 - 8
src/app/views/task-type-management/task-type-management.component.ts

@@ -1686,14 +1686,6 @@ export class TaskTypeManagementComponent implements OnInit {
1686
           );
1686
           );
1687
         }
1687
         }
1688
       });
1688
       });
1689
-      // 双层for循环取name
1690
-      // for (var i = 0; i < this.autoClass.length; i++) {
1691
-      //   for (var k = 0; k < this.createRuleConfiguration.length; k++) {
1692
-      //     if (this.autoClass[i].id == this.createRuleConfiguration[k].classesId) {
1693
-      //       this.createRuleConfiguration[k]['name'] = this.autoClass[i].name
1694
-      //     }
1695
-      //   }
1696
-      // }
1697
     } else {
1689
     } else {
1698
       this.createRuleConfiguration = [];
1690
       this.createRuleConfiguration = [];
1699
     }
1691
     }