lrf402788946 3 years ago
parent
commit
55f7ceb4eb
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/store/patent/disclosure.js

+ 5 - 0
src/store/patent/disclosure.js

@@ -50,6 +50,11 @@ const actions = {
     const res = await this.$axios.$post(`${api.interface}/import`, payload);
     return res;
   },
+  // 继续导入
+  async cacheImport({ commit }, payload) {
+    const res = await this.$axios.$post(`${api.interface}/cacheImport`, payload);
+    return res;
+  },
 };
 export default {
   namespaced: true,