bug: 下载水印传参加userId

This commit is contained in:
fanlin
2021-07-27 09:17:11 +08:00
parent ae402beeb7
commit 7c9f6a5035
@@ -2170,7 +2170,7 @@ export default {
this.$message.error('水印下载仅支持PDF,pdf格式文件')
} else {
if (attId != null && attId !== '') {
window.location.href = '/api/att/attFile/downloadFileForSarWaterMark?fileId=' + attId
window.location.href = '/api/att/attFile/downloadFileForSarWaterMark?fileId=' + attId + '&userId=' + this.$store.getters.userInfo.userId
} else {
this.$message.error('请选择要下载的文件')
}