ArvinQi 6 anni fa
parent
commit
18b86e72d0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pages/cert/type/_id.vue

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

@@ -93,13 +93,13 @@ export default {
       { cert_id: id, id },
       { headers, neverLogout: true }
     );
-    console.log(res);
     const showCats =
       cats.data && cats.data.developers
         ? cats.data.developers.slice(0, 10)
         : [];
     const showCount = cats.data ? cats.data.count : 0;
     const data = res.data;
+    console.log(res, cats);
     if (!data) {
       return {
         detail: {