11wqe1 20 hours ago
parent
commit
c1187ead25
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/components/pages/studentManageNew/component/addstu.vue

+ 2 - 0
src/components/pages/studentManageNew/component/addstu.vue

@@ -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);