UpdateEquip/delete fixed.

This commit is contained in:
alfredojl
2020-09-21 14:49:25 -05:00
parent 5bcc1dcdb0
commit 5bf991f0d0
+3 -4
View File
@@ -344,12 +344,11 @@ export default {
if (result.value) {
axios
.delete(`${ config.api }/api/updateEquip`, {
data: {
noInventario
}
}, {
headers: {
token: localStorage.token
},
data: {
noInventario
}
})
.then(() => {