|
@@ -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")
|