中兴调研表链接过期判断
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
0971f2b922
commit
87f088ac05
|
|
@ -229,7 +229,7 @@ export default {
|
|||
}
|
||||
let res = await getLinkLinkExpirationTime(data)
|
||||
if (res.IsSuccess) {
|
||||
if (res.Result.IsIsExpired) return this.$confirm(this.$t("trials:researchForm:confirm:linkIsExpired"), '', {
|
||||
if (res.Result.IsExpired) return this.$confirm(this.$t("trials:researchForm:confirm:linkIsExpired"), '', {
|
||||
type: 'warning'
|
||||
})
|
||||
this.customPrompt()
|
||||
|
|
|
|||
Loading…
Reference in New Issue