Commit 207405ee authored by wangqinghua's avatar wangqinghua

update

parent b688c5bd
...@@ -99,6 +99,11 @@ export class PlanModalComponent implements OnInit { ...@@ -99,6 +99,11 @@ export class PlanModalComponent implements OnInit {
] ]
} }
this.validateForm.patchValue(res.data); this.validateForm.patchValue(res.data);
this.validateForm.patchValue({
startTime:new Date( res.data.startTime ),
endTime:new Date( res.data.endTime ),
});
} }
) )
} }
......
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