Loading src/components/viewComponents/galleryComponents/scanCard.vue +6 −6 Original line number Diff line number Diff line Loading @@ -133,12 +133,12 @@ export default { deleteAll: function() { axios .all(this.allURLs.map(l => axios.delete(l))) .then( axios.spread(function(...res) { .then //axios.spread(function(...res) { // all requests are now complete console.log(res); }) ) //console.log(res); //}) () .then(() => { // Emit signal to update capture list this.$root.$emit("globalUpdateCaptures"); Loading Loading
src/components/viewComponents/galleryComponents/scanCard.vue +6 −6 Original line number Diff line number Diff line Loading @@ -133,12 +133,12 @@ export default { deleteAll: function() { axios .all(this.allURLs.map(l => axios.delete(l))) .then( axios.spread(function(...res) { .then //axios.spread(function(...res) { // all requests are now complete console.log(res); }) ) //console.log(res); //}) () .then(() => { // Emit signal to update capture list this.$root.$emit("globalUpdateCaptures"); Loading