Procházet zdrojové kódy

Use Id on resort - add validation to pages

master
Brian Conway před 2 roky
rodič
revize
408261c0ec
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/components/timeshare/buy/latestWeeks.vue

+ 1
- 1
src/components/timeshare/buy/latestWeeks.vue Zobrazit soubor

@@ -55,7 +55,7 @@ export default {
55 55
   },
56 56
   methods: {
57 57
     View(item) {
58
-      this.$router.push(`/resort/${item.resort.resortCode}/${item.unitNumber}`);
58
+      this.$router.push(`/resort/${item.resort.resortId}/${item.unitNumber}`);
59 59
     },
60 60
     ...mapActions("weekList", ["getWeeks", "applyResortFilter"]),
61 61
     ...mapActions("resort", ["getImage1", "getResortData"]),

Načítá se…
Zrušit
Uložit