lrf402788946 3 лет назад
Родитель
Сommit
ba9bec3909
1 измененных файлов с 1 добавлено и 1 удалено
  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) {