duy 2 năm trước cách đây
mục cha
commit
e545608e27
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,
     )