lrf402788946 3 년 전
부모
커밋
1db43260c7
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/store/patent/disclosure.js

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

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