政策征求意见流程 附件下载
This commit is contained in:
+2
-2
@@ -46,8 +46,8 @@
|
||||
this.$preview(attId)
|
||||
},
|
||||
clickButtonToUpload(file) {
|
||||
const attId = file.attId
|
||||
if (attId) {
|
||||
const attId = file.attId || file.id
|
||||
if (attId) {
|
||||
window.location.href = '/api/att/attFile/downloadFileForSarNew?fileId=' + attId
|
||||
} else {
|
||||
this.$message.warning('文件不存在,下载失败')
|
||||
|
||||
Reference in New Issue
Block a user