Compare commits
No commits in common. "13418ddad32fbf47335b5904dbd639e93eb7888b" and "31047f2e3079cf5c374032b2c5ba49f37d12d5c6" have entirely different histories.
13418ddad3
...
31047f2e30
|
@ -248,12 +248,3 @@ export function GetAnalysisTaskList_Export(data) {
|
||||||
data
|
data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
// 导出邮件配置
|
|
||||||
export function GetEmailNoticeConfigList_Export(data) {
|
|
||||||
return requestDownload({
|
|
||||||
url: `/ExcelExport/GetEmailNoticeConfigList_Export`,
|
|
||||||
responseType: 'blob',
|
|
||||||
method: 'post',
|
|
||||||
data
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue