diff --git a/src/api/SsGuild/rewardConfiguration.js b/src/api/SsGuild/rewardConfiguration.js index de8d0a2..150e4a4 100644 --- a/src/api/SsGuild/rewardConfiguration.js +++ b/src/api/SsGuild/rewardConfiguration.js @@ -63,4 +63,13 @@ export const getAwardRecordList = query => { method: 'get', params: query }); +}; +// 导出 +export const exportActivityAwardRecord = query => { + return request({ + url: `/activityH5AwardRecord/export`, + method: 'post', + params: query, + responseType: 'blob' + }); }; \ No newline at end of file diff --git a/src/views/ssGuild/rewardConfiguration.vue b/src/views/ssGuild/rewardConfiguration.vue index 07ac4eb..4ff4190 100644 --- a/src/views/ssGuild/rewardConfiguration.vue +++ b/src/views/ssGuild/rewardConfiguration.vue @@ -27,6 +27,11 @@ + + + - + + - + @@ -62,8 +73,11 @@