lrf402788946 3 лет назад
Родитель
Сommit
d28794475a
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      src/store/patent/disclosure.js

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

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