From 18482ddaa9e9aded7db45456bc4b8ac73f30bf31 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 7 Jul 2026 09:38:14 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=B8=AD=E5=BF=83=E8=B0=83=E7=A0=94?= =?UTF-8?q?=E3=80=91=E9=80=89=E6=8B=A9=E9=A1=B9=E7=9B=AE=E6=96=B9=E6=A1=88?= =?UTF-8?q?=E5=8F=B7=E7=94=9F=E6=88=90=E9=AA=8C=E8=AF=81=E7=A0=81=EF=BC=8C?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=96=B9=E6=A1=88=E5=8F=B7=E4=B8=AD=E6=9C=89?= =?UTF-8?q?=E7=89=B9=E6=AE=8A=E7=AC=A6=E5=8F=B7=EF=BC=8C=E7=94=9F=E6=88=90?= =?UTF-8?q?=E7=9A=84=E9=AA=8C=E8=AF=81=E7=A0=81=E4=B8=AD=E6=9C=AA=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=89=B9=E6=AE=8A=E7=AC=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials/trials-panel/attachments/site-research/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/attachments/site-research/index.vue b/src/views/trials/trials-panel/attachments/site-research/index.vue index b8e75f6b..6029d029 100644 --- a/src/views/trials/trials-panel/attachments/site-research/index.vue +++ b/src/views/trials/trials-panel/attachments/site-research/index.vue @@ -388,7 +388,7 @@ export default { this.shareLoading = false if (res.IsSuccess) { this.validityPeriod = res.Result.LinkExpirationTime - this.LinkVerificationCode = res.Result.LinkVerificationCode || this.$route.query.researchProgramNo + this.LinkVerificationCode = res.Result.LinkVerificationCode || res.Result.ResearchProgramNo if (!this.validityPeriod) { this.LinkVerificationCode = null }