@@ -199,7 +199,8 @@
let file = param.file;
let formdata = new FormData();
formdata.append("file", file);
- await uploadExcel(formdata)
+ await uploadExcel(formdata);
+ this.$emit("refresh");
},