|
@@ -595,6 +595,10 @@ const updateMainPlanClick=async(row)=>{
|
|
|
row.outMoneyTips=data.outMoneyTips
|
|
|
row.planDays=data.planDays
|
|
|
row.isShowEdit=data.isShowEdit
|
|
|
+ row.isShowChildren=data.isShowChildren
|
|
|
+ row.planTaskType=data.planTaskType
|
|
|
+ row.planTaskTypeValue=data.planTaskTypeValue
|
|
|
+ row.isShowChildren=data.isShowChildren
|
|
|
row.isEdit=false
|
|
|
}
|
|
|
|
|
@@ -618,6 +622,9 @@ const updateChildPlanClick=async()=>{
|
|
|
ele.planDays=data.planDays
|
|
|
ele.outMoneyTips=data.outMoneyTips
|
|
|
ele.isShowEdit=data.isShowEdit
|
|
|
+ ele.isShowChildren=data.isShowChildren
|
|
|
+ ele.planTaskType=data.planTaskType
|
|
|
+ ele.planTaskTypeValue=data.planTaskTypeValue
|
|
|
|
|
|
}
|
|
|
})
|