SendFile() {
this.loader = true
let formData = new FormData();
formData.append("file", this.file);
api
.postShipmentList(formData)
.then(response => {
this.loader = false
console.log(response.data)
window.location.href = response.data