52246 替换系统内的上传下载接口
This commit is contained in:
@@ -351,7 +351,7 @@ export default {
|
||||
const attId = file.response.data.id
|
||||
if (this.preview) {
|
||||
if (attId) {
|
||||
window.location.href = '/api/att/attFile/downloadFileForSar?fileId=' + attId
|
||||
window.location.href = '/api/att/attFile/downloadFileForSarNew?fileId=' + attId
|
||||
} else {
|
||||
this.$message.warning('文件不存在,下载失败')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user