CacheEnd now shows reward correctly
This commit is contained in:
parent
8636443f87
commit
2536996b16
@ -52,7 +52,7 @@
|
|||||||
this.$axios.get('/api/allCaches')
|
this.$axios.get('/api/allCaches')
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
console.log("/api/allCaches");
|
console.log("/api/allCaches");
|
||||||
console.log(JSON.stringify(this.response.data));
|
console.log(JSON.stringify(response.data));
|
||||||
console.log(response.data);
|
console.log(response.data);
|
||||||
const cache = response.data.find(cache => cache.id === Number(this.$route.params.cache));
|
const cache = response.data.find(cache => cache.id === Number(this.$route.params.cache));
|
||||||
this.cache = cache;
|
this.cache = cache;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user