riku
2025-02-21 c35074e0e33054bb6c5ada22f8104422ae953b17
src/components/search/OptionMission.vue
@@ -31,7 +31,7 @@
    type: String,
    modelValue: String
  },
  emits: ['update:modelValue', 'change'],
  emits: ['update:modelValue', 'initOver'],
  data() {
    return {
      index: undefined
@@ -46,6 +46,7 @@
        if (res.success && res.data.length > 0) {
          this.index = 0;
          this.handleChange(0);
          this.$emit('initOver');
        }
      });
    },