reactor:统一导出的 url 都是 export-excel
This commit is contained in:
@@ -57,5 +57,5 @@ export function deleteDictDataList(ids: number[]) {
|
||||
|
||||
// 导出字典类型数据
|
||||
export function exportDictData(params: any) {
|
||||
return requestClient.download('/system/dict-data/export', { params });
|
||||
return requestClient.download('/system/dict-data/export-excel', { params });
|
||||
}
|
||||
|
||||
@@ -51,5 +51,5 @@ export function deleteDictTypeList(ids: number[]) {
|
||||
|
||||
// 导出字典类型
|
||||
export function exportDictType(params: any) {
|
||||
return requestClient.download('/system/dict-type/export', { params });
|
||||
return requestClient.download('/system/dict-type/export-excel', { params });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user