xiatian 3 anos atrás
pai
commit
6a4de67229
1 arquivos alterados com 2 adições e 0 exclusões
  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;