@@ -389,6 +389,9 @@ export default {
|
|||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
this.validityPeriod = res.Result.LinkExpirationTime
|
this.validityPeriod = res.Result.LinkExpirationTime
|
||||||
this.LinkVerificationCode = res.Result.LinkVerificationCode || this.$route.query.researchProgramNo
|
this.LinkVerificationCode = res.Result.LinkVerificationCode || this.$route.query.researchProgramNo
|
||||||
|
if (!this.validityPeriod) {
|
||||||
|
this.LinkVerificationCode = null
|
||||||
|
}
|
||||||
if (!this.validityPeriod) return false
|
if (!this.validityPeriod) return false
|
||||||
this.getLinkTimeIsExpired()
|
this.getLinkTimeIsExpired()
|
||||||
this.shareLink = `${location.protocol}//${location.host}/researchLogin?trialId=${this.$route.query.trialId}`
|
this.shareLink = `${location.protocol}//${location.host}/researchLogin?trialId=${this.$route.query.trialId}`
|
||||||
|
|||||||
Reference in New Issue
Block a user