direction-fix: пофиксил апдейт этапов #89
@ -9,7 +9,7 @@ export const StagesApi = {
|
||||
if (direction) {
|
||||
return api
|
||||
.patch(
|
||||
`/stages/form/${budget_form_id}/${sheet}/${phase_code}/?direction=${direction}`,
|
||||
`/stages/form/${budget_form_id}/${sheet}/${phase_code}?direction=${direction}`,
|
||||
payload,
|
||||
)
|
||||
.then((r) => r.data);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user