Commit 6a98bce7 authored by wangqinghua's avatar wangqinghua

定时刷新

parent 1a274244
...@@ -132,9 +132,9 @@ export class PlanModalComponent implements OnInit { ...@@ -132,9 +132,9 @@ export class PlanModalComponent implements OnInit {
return false; return false;
} }
this.validateForm.value.principals = this.principalsList;
this.validateForm.value.participants = this.participantsList;
this.validateForm.patchValue({ this.validateForm.patchValue({
principals:this.principalsList,
participants:this.participantsList,
startTime:this.datePipe.transform( this.validateForm.value.startTime,'yyyy-MM-dd HH:mm:ss' ), startTime:this.datePipe.transform( this.validateForm.value.startTime,'yyyy-MM-dd HH:mm:ss' ),
endTime:this.datePipe.transform( this.validateForm.value.endTime ,'yyyy-MM-dd HH:mm:ss' ), endTime:this.datePipe.transform( this.validateForm.value.endTime ,'yyyy-MM-dd HH:mm:ss' ),
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment