@@ -13,7 +13,7 @@ export function listPageV2(data) {
export function pageExport(params) {
return request({
url: '/promotion/activity/export',
- method: 'get',
+ method: 'get',
params
})
}
@@ -61,4 +61,4 @@ export function getActiveDetail(params) {
method: 'post',
-}
+}
@@ -13,7 +13,7 @@ export function carouselMapListPageV2(data) {
export function adminWebsitExport(data, name) {
- return postBlob({
+ return getBlob({
url: '/admin/websit/export',
data,
name
@@ -385,7 +385,7 @@ export default {
},
methods: {
daochuqu() {
- adminWebsitExport({}, `网点管理.xlsx`)
+ adminWebsitExport({}, `网点管理`)
.then(res => {
this.$message({
message: '导出成功',