guhongwei 3 년 전
부모
커밋
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,