Min 1 년 전
부모
커밋
dcde28cada
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/project/budgetReview.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/project/budgetReview.vue

@@ -323,7 +323,7 @@ export default {
                 ...(status && { status }),
             };
             this.exporListLoading = true;
-            this.http.post('group-budget-review/export', {
+            this.http.post('/group-budget-review/export', {
                 ...params
             },
                 res => {