|
@@ -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,
|