|
@@ -597,6 +597,8 @@ export default {
|
|
.get(QUESTION_API + "/org/getRootOrgList")
|
|
.get(QUESTION_API + "/org/getRootOrgList")
|
|
.then((response) => {
|
|
.then((response) => {
|
|
this.rootOrgList = response.data;
|
|
this.rootOrgList = response.data;
|
|
|
|
+ this.formSearch.rootOrgId = this.user.rootOrgId;
|
|
|
|
+ this.searchForm();
|
|
});
|
|
});
|
|
} else {
|
|
} else {
|
|
this.formSearch.rootOrgId = this.user.rootOrgId;
|
|
this.formSearch.rootOrgId = this.user.rootOrgId;
|