2023-11-27

This commit is contained in:
2023-11-27 13:42:56 +08:00
parent bd0cb053a4
commit 72fbe3c4c1
5 changed files with 163 additions and 41 deletions

View File

@@ -64,6 +64,16 @@ export default {
},
// 导出
exportExcel: function(data) {
return request({
url: '/lpkgiftcard/exportExcel',
method: 'post',
responseType: 'blob', // 表明返回服务器返回的数据类型
data: data,
headers: { 'Content-Type': 'application/json' }
})
},
// 获取提货卡页面 礼包列表