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