diff --git a/project/hlj/app/AppRatingTask/components/Detail.vue b/project/hlj/app/AppRatingTask/components/Detail.vue index 93f58716..7320254c 100644 --- a/project/hlj/app/AppRatingTask/components/Detail.vue +++ b/project/hlj/app/AppRatingTask/components/Detail.vue @@ -90,10 +90,10 @@ @@ -261,8 +261,8 @@ if (valid) { this.instance.post(`/app/appassessmentscortask/addTemplate`, { ...this.form, - beginTime: this.form.date[0] + ' 00:00:00', - endTime: this.form.date[1] + ' 23:59:59', + beginTime: this.form.date[0], + endTime: this.form.date[1], taskId: this.params.id, evaluatorsNames: this.form.evaluatorsList.map(v => v.name).join(','), scorerNames: this.form.scorerList.map(v => v.name).join(','),