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