|
|
@ -180,7 +180,7 @@ export default { |
|
|
|
}, |
|
|
|
fetchCategory() { |
|
|
|
this.$axios |
|
|
|
.get(`/trending/api/BookingOnline/GetBookingCategory?LangType=${this.$i18n.localeProperties["langQuery"]}`) |
|
|
|
.get(`/trending/api/BookingOnline/BookingCategoryList?Lang=${this.$i18n.localeProperties["langQuery"]}`) |
|
|
|
.then((response) => { |
|
|
|
//console.log(JSON.stringify(response)); |
|
|
|
if (response && response.data && response.data.DATA && response.data.DATA.rel) { |
|
|
|