Lijy 6 달 전
부모
커밋
b8f1fa3721
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      fhKeeper/formulahousekeeper/timesheet/src/components/taskComponent.vue

+ 3 - 1
fhKeeper/formulahousekeeper/timesheet/src/components/taskComponent.vue

@@ -2189,8 +2189,10 @@ export default {
         let files = new FormData()
         files.append("projectId",this.curProjectId);
         files.append("taskId", this.addForm.id);
+        files.append("taskFileId", this.addForm.id);
         files.append("file", item.file);
-        this.http.uploadFile('/task-files/uploadFile',files,
+        // this.http.uploadFile('/task-files/uploadFile',files,
+        this.http.uploadFile('/task-files/reUploadFile',files,
         res => {
             if(res.code == 'ok'){
                 console.log(res);