src/components/search/OptionMission.vue
@@ -54,7 +54,12 @@
    }
  },
  mounted() {
    this.fetchMission();
    if (this.missionStore.missionList.length == 0) {
      this.fetchMission();
    } else {
      this.index = 0;
      this.handleChange(0);
    }
  }
};
</script>