Просмотр исходного кода

Merge branch 'lmm' into develop

seimin лет назад: 3
Родитель
Сommit
c0acf5209b
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/app/views/round-robin/round-robin.component.ts

+ 1 - 0
src/app/views/round-robin/round-robin.component.ts

@@ -559,6 +559,7 @@ export class RoundRobinComponent implements OnInit {
559 559
     this.validateForm.controls.executeTime.setValue(new Date(data.executeTime)); //轮巡策略
560 560
     this.defaultSelectTimesOption = data.executeTime;
561 561
     //轮巡策略(时间) start
562
+    this.timeStepChange(data.timeStep);
562 563
     if (data.timeStep == "year") {
563 564
       this.validateForm.controls.doYear.setValue(
564 565
         format(data.executeTime, "yyyy-MM-dd HH:mm:ss")