中兴调研表链接过期判断
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2026-06-18 17:55:23 +08:00
parent 0971f2b922
commit 87f088ac05
1 changed files with 1 additions and 1 deletions

View File

@ -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()