reactor:统一导出的 url 都是 export-excel
This commit is contained in:
@@ -61,7 +61,7 @@ export function deleteConfigList(ids: number[]) {
|
||||
|
||||
/** 导出参数 */
|
||||
export function exportConfig(params: any) {
|
||||
return requestClient.download('/infra/config/export', {
|
||||
return requestClient.download('/infra/config/export-excel', {
|
||||
params,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user