@@ -773,6 +773,8 @@ export default {
if (this.deltypy == 0) {
this.impbox = []
this.selectedStuData = [];
+ // 关闭弹窗
+ this.addStuVisible = false;
}else if (this.deltypy == 1) {
this.uploadfileLoading = true;
this.accUpdate(this.stuexcel);