Explorar el Código

专利导入接口

guhongwei hace 3 años
padre
commit
8bdff5e9d4
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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,