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