shj
2022-08-02 62633a3dab1f6c4b5ac0cc8d9e4a3d120593a6f3
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