guhongwei %!s(int64=3) %!d(string=hai) anos
pai
achega
110f8d6af9
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/store/statistics.js

+ 4 - 0
src/store/statistics.js

@@ -26,6 +26,10 @@ const actions = {
     });
     return res;
   },
+  async patentUserIndex({ commit }, key) {
+    const res = await this.$axios.$get(`${api.interface}/patentUserIndex`, key);
+    return res;
+  },
 };
 export default {
   namespaced: true,