riku
2024-11-11 d205764a3ebe073b8302e8faf9345b74ae3350df
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>