guhongwei 3 سال پیش
والد
کامیت
414147ad69
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/store/patent/patentinfo.js

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

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