This commit is contained in:
Viet An
2026-05-20 15:48:05 +07:00
parent 087b05a0b8
commit a52c33706a
20 changed files with 86 additions and 106 deletions

View File

@@ -193,7 +193,7 @@ export default {
let thefile = this.$upload(file, "file", 1);
if (thefile.error) {
this.$snackbar(thefile.text, undefined, "Error");
this.$snackbar(thefile.text, "Error");
return (this.isloading = false);
}
if (!(thefile.name.search(".xls") > 0 || thefile.name.search(".xlsx") > 0)) {