Selaa lähdekoodia

Merge branch 'lmm' into develop

seimin 3 vuotta sitten
vanhempi
commit
c0acf5209b
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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")