forked from verdnatura/salix-front
remove consolelog
This commit is contained in:
parent
6db52e00ea
commit
35eae2f9a5
|
@ -119,7 +119,6 @@ async function updateDestinations(claimDestinationFk) {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function updateDestination(claimDestinationFk, row) {
|
async function updateDestination(claimDestinationFk, row) {
|
||||||
console.log(claimDestinationFk, row);
|
|
||||||
if (claimDestinationFk) {
|
if (claimDestinationFk) {
|
||||||
await axios.post('Claims/updateClaimDestination', {
|
await axios.post('Claims/updateClaimDestination', {
|
||||||
claimDestinationFk,
|
claimDestinationFk,
|
||||||
|
|
Loading…
Reference in New Issue