Min 1 éve
szülő
commit
dcde28cada

+ 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 => {