ArvinQi il y a 6 ans
Parent
commit
3b4ef36687
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pages/cert/type/_id.vue

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

@@ -89,7 +89,7 @@ export default {
     );
     let cats = await $axios.$post(
       `/api/cert/get_user_by_cert`,
-      { cert_id: id },
+      { cert_id: id, id },
       { headers, neverLogout: true }
     );
     console.log(res);