src/views/goalManagement/targetDecompositionYear/component/Dailog.vue
@@ -113,6 +113,9 @@ const add = (e: any) => { formUp.targetDivideDetailList.push(e); // let obj=JSON.parse(JSON.stringify(form.value)) }; // 新增 const submitForm = () => { formUp.targetId = form.value.id; goalManagementApi() .gettargetDivideDetail(formUp) @@ -128,7 +131,6 @@ } }); }; const submitForm = () => {}; // 删除 const Delete = (data: any) => { formUp.targetId= data.targetId