13937891274
2022-08-02 db75c6a59acad51cb17577c522e6a4debf72b3b6
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