This commit is contained in:
Николай 2023-05-16 15:57:27 +04:00 committed by dasha
parent bfc1dc3313
commit 011fa8a2c3

View File

@ -145,7 +145,7 @@
{ {
url: `/Storekeeper/UpdateOrder`, url: `/Storekeeper/UpdateOrder`,
type: 'POST', type: 'POST',
data: JSON.stringify({ id : order, status : 3 }) data: { id : order, status : 3 }
} }
) )
}) })