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