guhongwei 3 роки тому
батько
коміт
8bdff5e9d4
1 змінених файлів з 4 додано та 0 видалено
  1. 4 0
      src/store/patent/patenttrans.js

+ 4 - 0
src/store/patent/patenttrans.js

@@ -40,6 +40,10 @@ const actions = {
     const res = await this.$axios.$post(`${api.patenttrans}/check`, payload);
     return res;
   },
+  async toImport({ commit }, payload) {
+    const res = await this.$axios.$post(`${api.patenttrans}/toImport`, payload);
+    return res;
+  },
 };
 export default {
   namespaced: true,