国际化列表导出

This commit is contained in:
2024-10-29 15:46:56 +08:00
parent ee9a30f6d0
commit 19a6371008
2 changed files with 83 additions and 0 deletions
+9
View File
@@ -230,3 +230,12 @@ export function getCommonJudgeRatioList_Export(data) {
data
})
}
// 导出国际化列表
export function GetInternationalizationList_Export(data) {
return requestDownload({
url: `/ExcelExport/GetInternationalizationList_Export`,
responseType: 'blob',
method: 'post',
data
})
}