diff --git a/client/pages/projects/_id.vue b/client/pages/projects/_id.vue index a2ae593b72e7a4fe99efcfb04a9c90fad4c011f0..d80c16df856cf49a237a767da5bc539d7e491a2a 100644 --- a/client/pages/projects/_id.vue +++ b/client/pages/projects/_id.vue @@ -571,7 +571,7 @@ methods:{ async getStatus(){ - await this.$axios.$get('/queue_status/').then((function (resultStatus) { + await this.$axios.$get('/queue_status/').then((async function (resultStatus) { console.log(resultStatus); this.activeTask = resultStatus.active; this.pendingTask = resultStatus.reserved;