|
@@ -183,6 +183,12 @@ export default {
|
|
|
this.search = JSON.parse(evaluationList);
|
|
|
this.dateSection.showStartDate = this.timeFormat(
|
|
|
new Date(this.search.startTime.replace(/-/g, '/'))
|
|
|
+ );
|
|
|
+ this.dateSection.currentDate = this.timeFormat(
|
|
|
+ new Date(this.search.startTime.replace(/-/g, '/'))
|
|
|
+ );
|
|
|
+ this.dateEndSection.currentDate = this.timeFormat(
|
|
|
+ new Date(this.search.endTime.replace(/-/g, '/'))
|
|
|
|
|
|
);
|
|
|
this.dateEndSection.showEndDate = this.timeFormat(
|