案例管理的文件下载

This commit is contained in:
xiezhijun
2021-03-06 00:15:27 +08:00
parent 0f96ebf0f2
commit f1adbb041f
7 changed files with 112 additions and 67 deletions

View File

@ -71,12 +71,8 @@ export function uploadCseFile(data) {
}
// 下载案例文件
export function downCaseFile(data) {
return request({
url: '/custom/customerCase/downCaseFile',
method: 'post',
data: data
})
export function downCaseFile(downUrl) {
window.location.href = downUrl;
}