ArvinQi 6 gadi atpakaļ
vecāks
revīzija
b42d2a0252
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      pages/cert/type/_id.vue

+ 1 - 1
pages/cert/type/_id.vue

@@ -146,7 +146,7 @@ export default {
   },
   async mounted() {
     if (!this.detail.description) {
-      let res = await $axios.$post(
+      let res = await this.$axios.$post(
         `/api/cert/getDetail`,
         { id: this.$route.params.id },
         { neverLogout: true }