|
@@ -1195,11 +1195,12 @@ export default {
|
|
this.mileageCup = false
|
|
this.mileageCup = false
|
|
this.addFormVisible = true;
|
|
this.addFormVisible = true;
|
|
this.curProjectId = obj.stage.projectId;
|
|
this.curProjectId = obj.stage.projectId;
|
|
|
|
+ const startDates = obj.addForm.startDate ? obj.addForm.startDate + '08:00:00' : ''
|
|
this.addForm = {
|
|
this.addForm = {
|
|
projectId: obj.stage.projectId,
|
|
projectId: obj.stage.projectId,
|
|
groupId: obj.stage.groupId,
|
|
groupId: obj.stage.groupId,
|
|
stagesId: obj.stage.id,
|
|
stagesId: obj.stage.id,
|
|
- startDate: obj.addForm.startDate + ' 08:00:00',
|
|
|
|
|
|
+ startDate: startDates,
|
|
taskLevel:0,
|
|
taskLevel:0,
|
|
planHours: 8,
|
|
planHours: 8,
|
|
taskType: 0
|
|
taskType: 0
|