This commit is contained in:
zhutianqi
2021-12-27 21:08:21 +08:00
parent 70f5564765
commit f94ddb1985
@@ -347,7 +347,8 @@
window.location.href = '/api/att/attFile/downloadFile?fileId=' + item.fileId
},
updateFile2 (item) {
window.location.href = '/api/att/attFile/downloadFile?fileId=' + item.id
let id = item.id
window.location.href = '/api/att/attFile/downloadFile?fileId=' + id
},
// 导入按钮 上传之前的钩子
beginImportFile (file) {