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,
     )