|
@@ -599,6 +599,8 @@ const updateMainPlanClick=async(row)=>{
|
|
row.planTaskType=data.planTaskType
|
|
row.planTaskType=data.planTaskType
|
|
row.planTaskTypeValue=data.planTaskTypeValue
|
|
row.planTaskTypeValue=data.planTaskTypeValue
|
|
row.isShowChildren=data.isShowChildren
|
|
row.isShowChildren=data.isShowChildren
|
|
|
|
+ row.planStartTime=data.planStartTime
|
|
|
|
+ row.planEndTime=data.planEndTime
|
|
row.isEdit=false
|
|
row.isEdit=false
|
|
}
|
|
}
|
|
|
|
|
|
@@ -625,6 +627,8 @@ const updateChildPlanClick=async()=>{
|
|
ele.isShowChildren=data.isShowChildren
|
|
ele.isShowChildren=data.isShowChildren
|
|
ele.planTaskType=data.planTaskType
|
|
ele.planTaskType=data.planTaskType
|
|
ele.planTaskTypeValue=data.planTaskTypeValue
|
|
ele.planTaskTypeValue=data.planTaskTypeValue
|
|
|
|
+ ele.planStartTime=data.planStartTime
|
|
|
|
+ ele.planEndTime=data.planEndTime
|
|
|
|
|
|
}
|
|
}
|
|
})
|
|
})
|