seimin 3 years ago
parent
commit
afc02a6394
1 changed files with 1 additions and 0 deletions
  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
     this.validateForm.controls.executeTime.setValue(new Date(data.executeTime)); //轮巡策略
559
     this.validateForm.controls.executeTime.setValue(new Date(data.executeTime)); //轮巡策略
560
     this.defaultSelectTimesOption = data.executeTime;
560
     this.defaultSelectTimesOption = data.executeTime;
561
     //轮巡策略(时间) start
561
     //轮巡策略(时间) start
562
+    this.timeStepChange(data.timeStep);
562
     if (data.timeStep == "year") {
563
     if (data.timeStep == "year") {
563
       this.validateForm.controls.doYear.setValue(
564
       this.validateForm.controls.doYear.setValue(
564
         format(data.executeTime, "yyyy-MM-dd HH:mm:ss")
565
         format(data.executeTime, "yyyy-MM-dd HH:mm:ss")