Compare commits

..

No commits in common. "13418ddad32fbf47335b5904dbd639e93eb7888b" and "31047f2e3079cf5c374032b2c5ba49f37d12d5c6" have entirely different histories.

1 changed files with 0 additions and 9 deletions

View File

@ -248,12 +248,3 @@ export function GetAnalysisTaskList_Export(data) {
data
})
}
// 导出邮件配置
export function GetEmailNoticeConfigList_Export(data) {
return requestDownload({
url: `/ExcelExport/GetEmailNoticeConfigList_Export`,
responseType: 'blob',
method: 'post',
data
})
}