From 9b7d9d3c88dc24e37767dc7e09f61d7ed51435b2 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 1 Jul 2026 17:32:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=BF=83=E8=B0=83=E7=A0=94=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E6=9C=89=E6=95=88=E6=9C=9F=E4=B8=BA=E7=A9=BA=E6=97=B6?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E7=A0=81=E4=B8=8D=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials/trials-panel/attachments/site-research/index.vue | 3 +++ 1 file changed, 3 insertions(+) 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 d0592e96..b8e75f6b 100644 --- a/src/views/trials/trials-panel/attachments/site-research/index.vue +++ b/src/views/trials/trials-panel/attachments/site-research/index.vue @@ -389,6 +389,9 @@ export default { if (res.IsSuccess) { this.validityPeriod = res.Result.LinkExpirationTime this.LinkVerificationCode = res.Result.LinkVerificationCode || this.$route.query.researchProgramNo + if (!this.validityPeriod) { + this.LinkVerificationCode = null + } if (!this.validityPeriod) return false this.getLinkTimeIsExpired() this.shareLink = `${location.protocol}//${location.host}/researchLogin?trialId=${this.$route.query.trialId}`