guhongwei 3 лет назад
Родитель
Сommit
cada2e400f
1 измененных файлов с 4 добавлено и 0 удалено
  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,