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