This commit is contained in:
@@ -388,7 +388,7 @@ export default {
|
|||||||
this.shareLoading = false
|
this.shareLoading = false
|
||||||
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 || res.Result.ResearchProgramNo
|
||||||
if (!this.validityPeriod) {
|
if (!this.validityPeriod) {
|
||||||
this.LinkVerificationCode = null
|
this.LinkVerificationCode = null
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user