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;
   },
   // 批量删除
-  async deleteMany({ commit }, payload) {
+  async delMany({ commit }, payload) {
     const res = await this.$axios.$delete(`${api.patentinfo}/deleteMany`, null, payload);
     return res;
   },