xiatian 3 년 전
부모
커밋
6a4de67229
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/modules/questions/views/ExportTemplate.vue

+ 2 - 0
src/modules/questions/views/ExportTemplate.vue

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