duy 2 년 전
부모
커밋
e545608e27
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/program/project/form.vue

+ 1 - 0
src/views/program/project/form.vue

@@ -638,6 +638,7 @@ const updateChildPlanLoading = ref(false)
 //编辑子计划传入父级
 const updateChildPlanClick = async ()=>{
     updateChildPlanLoading.value = true
+    subPlanItem.value.childrenList = tableSubplanData.value
     const { error, code, data, msg } = await projectApi.updateChildrenPlan(
         subPlanItem.value,
     )