From 7c9f6a5035b1c4a717321ecadcf8f1c65c805a9f Mon Sep 17 00:00:00 2001 From: fanlin Date: Tue, 27 Jul 2021 09:17:11 +0800 Subject: [PATCH] =?UTF-8?q?bug:=20=E4=B8=8B=E8=BD=BD=E6=B0=B4=E5=8D=B0?= =?UTF-8?q?=E4=BC=A0=E5=8F=82=E5=8A=A0userId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index ac24b9540..0e9a838b7 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -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('请选择要下载的文件') }