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