mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-01 02:11:45 +00:00
【功能修复】商城:商品列表,导出会报错的问题
This commit is contained in:
@@ -101,7 +101,7 @@ export const deleteSpu = (id: number) => {
|
||||
}
|
||||
|
||||
// 导出商品 Spu Excel
|
||||
export const exportSpu = async (params) => {
|
||||
export const exportSpu = async (params: any) => {
|
||||
return await request.download({ url: '/product/spu/export', params })
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user