lrf402788946 3 anos atrás
pai
commit
ba9bec3909
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/store/patent/notice.js

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

@@ -22,7 +22,7 @@ const actions = {
     return res;
   },
   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;
   },
   async delete({ commit }, payload) {