ソースを参照

专利导入接口

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,