deason il y a 3 ans
Parent
commit
59d5c6a477
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/modules/examwork/view/student.vue

+ 2 - 2
src/modules/examwork/view/student.vue

@@ -920,7 +920,7 @@ export default {
         // this.orgList4RestPassword = [
         //   { id: this.lc_id, name: this.lc_name, code: this.lc_code },
         // ];
-        this.resetPasswordByOrgIdForm.orgId = this.lc_id;
+        // this.resetPasswordByOrgIdForm.orgId = this.lc_id;
       }
 
       this.resetPasswordByOrgIdDialog = true;
@@ -1385,7 +1385,7 @@ export default {
           // this.orgList4Search = [
           //   { id: this.lc_id, name: this.lc_name, code: this.lc_code },
           // ];
-          this.formSearch.orgId = this.lc_id;
+          // this.formSearch.orgId = this.lc_id;
         });
       }