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);
     const res = await this.$axios.$post(`${api.interface}/check`, payload);
     return res;
     return res;
   },
   },
+  // 导入
+  async import({ commit }, payload) {
+    const res = await this.$axios.$post(`${api.interface}/import`, payload);
+    return res;
+  },
 };
 };
 export default {
 export default {
   namespaced: true,
   namespaced: true,