lrf402788946 il y a 3 ans
Parent
commit
ba9bec3909
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/store/patent/notice.js

+ 1 - 1
src/store/patent/notice.js

@@ -22,7 +22,7 @@ const actions = {
     return res;
     return res;
   },
   },
   async update({ commit }, { id, ...info } = {}) {
   async update({ commit }, { id, ...info } = {}) {
-    const res = await this.$axios.$post(`${api.interface}/${id}`, { ...info });
+    const res = await this.$axios.$post(`${api.interface}/update/${id}`, { ...info });
     return res;
     return res;
   },
   },
   async delete({ commit }, payload) {
   async delete({ commit }, payload) {