riku
2023-12-14 c37f0db24bcb9c08c11da9cd96e562a84cd66e6a
src/components/search-option/FYOptionLocation.vue
@@ -82,12 +82,13 @@
        }
        if (nVal != oVal) {
          if (nVal || nVal.length > 0) {
            this.selectedOptions = this.optionFormatReverse(nVal);
            this.selectedOptions = this.optionFormatReverse(nVal)
          }
        }
      },
      deep: true,
    },
      immediate: true
    }
  },
  methods: {
    /**