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;