Explorar el Código

Use Id on resort - add validation to pages

master
Brian Conway hace 2 años
padre
commit
408261c0ec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/components/timeshare/buy/latestWeeks.vue

+ 1
- 1
src/components/timeshare/buy/latestWeeks.vue Ver fichero

@@ -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"]),

Loading…
Cancelar
Guardar