guhongwei %!s(int64=3) %!d(string=hai) anos
pai
achega
414147ad69
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/store/patent/patentinfo.js

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

@@ -64,7 +64,7 @@ const actions = {
     return res;
   },
   // 批量删除
-  async deleteMany({ commit }, payload) {
+  async delMany({ commit }, payload) {
     const res = await this.$axios.$delete(`${api.patentinfo}/deleteMany`, null, payload);
     return res;
   },