lrf402788946 3 年之前
父節點
當前提交
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;
   },
   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) {