reactor:统一导出的 url 都是 export-excel
This commit is contained in:
@@ -168,7 +168,7 @@ export function deleteSpu(id: number) {
|
||||
|
||||
/** 导出商品 SPU Excel */
|
||||
export function exportSpu(params: PageParam) {
|
||||
return requestClient.download('/product/spu/export', { params });
|
||||
return requestClient.download('/product/spu/export-excel', { params });
|
||||
}
|
||||
|
||||
/** 获得商品 SPU 精简列表 */
|
||||
|
||||
Reference in New Issue
Block a user