Browse Source

学生信息增加学习中心筛选

WANG 5 years ago
parent
commit
24af4e9ffb
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/modules/examwork/view/student.vue

+ 4 - 0
src/modules/examwork/view/student.vue

@@ -14,6 +14,7 @@
               v-model="formSearch.rootOrgId"
               placeholder="请选择"
               class="input"
+              @change="rootOrgChanged"
             >
               <el-option
                 v-for="item in rootOrgList"
@@ -640,6 +641,9 @@ export default {
     }
   },
   methods: {
+    rootOrgChanged() {
+      this.getOrgList4Search("");
+    },
     getOrgList4Search(orgName) {
       this.getOrgList4SearchLoading = true;
       let url =