seimin 3 anni fa
parent
commit
d8e53aa5d0

+ 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 1689
     } else {
1698 1690
       this.createRuleConfiguration = [];
1699 1691
     }