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