zhangjie 2 years ago
parent
commit
8a9297176c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/components/EnvSelect.vue
  2. 1 1
      src/components/ModuleSelect.vue

+ 1 - 1
src/components/EnvSelect.vue

@@ -60,7 +60,7 @@ export default {
     }
   },
   created() {
-    this.search();
+    if (!this.manualFetch) this.search();
   },
   methods: {
     async search() {

+ 1 - 1
src/components/ModuleSelect.vue

@@ -60,7 +60,7 @@ export default {
     }
   },
   created() {
-    this.search();
+    if (!this.manualFetch) this.search();
   },
   methods: {
     async search() {