UpdateEquip/delete fixed.
This commit is contained in:
@@ -344,12 +344,11 @@ export default {
|
||||
if (result.value) {
|
||||
axios
|
||||
.delete(`${ config.api }/api/updateEquip`, {
|
||||
data: {
|
||||
noInventario
|
||||
}
|
||||
}, {
|
||||
headers: {
|
||||
token: localStorage.token
|
||||
},
|
||||
data: {
|
||||
noInventario
|
||||
}
|
||||
})
|
||||
.then(() => {
|
||||
|
||||
Reference in New Issue
Block a user