forked from verdnatura/salix-front
fix: remove property
This commit is contained in:
parent
7567f1b13f
commit
636861234b
|
@ -31,7 +31,6 @@ const actions = {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const { data } = await axios.post(`Tickets/cloneAll`, {
|
const { data } = await axios.post(`Tickets/cloneAll`, {
|
||||||
shipped: ticket.value.shipped,
|
|
||||||
ticketsIds: [ticket.value.id],
|
ticketsIds: [ticket.value.id],
|
||||||
withWarehouse: true,
|
withWarehouse: true,
|
||||||
negative: false,
|
negative: false,
|
||||||
|
|
Loading…
Reference in New Issue