|
@@ -45,6 +45,11 @@ const actions = {
|
|
|
const res = await this.$axios.$post(`${api.interface}/check`, payload);
|
|
|
return res;
|
|
|
},
|
|
|
+ // 导入
|
|
|
+ async import({ commit }, payload) {
|
|
|
+ const res = await this.$axios.$post(`${api.interface}/import`, payload);
|
|
|
+ return res;
|
|
|
+ },
|
|
|
};
|
|
|
export default {
|
|
|
namespaced: true,
|