guhongwei hace 3 años
padre
commit
cada2e400f
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      src/store/patent/patentinfo.js

+ 4 - 0
src/store/patent/patentinfo.js

@@ -59,6 +59,10 @@ const actions = {
     });
     return res;
   },
+  async updateUser({ commit }, payload) {
+    const res = await this.$axios.$post(`${api.patentinfo}/updateUser`, payload);
+    return res;
+  },
 };
 export default {
   namespaced: true,