duy %!s(int64=2) %!d(string=hai) anos
pai
achega
e545608e27
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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,
     )