1
continuous-integration/drone/push Build encountered an error Details

uat
wangxiaoshuang 2025-07-17 16:50:32 +08:00
parent 6218b536f9
commit 5e67f8b65f
1 changed files with 19 additions and 14 deletions

View File

@ -814,6 +814,7 @@ export default {
//
async reviewTask(row) {
if (!this.OtherInfo.IsQCQuestionConfirmed) return this.$alert(this.$t("trials:qcCheck:alert:questionNoConfirm"))
try {
this.loading = true
let res = await takeOrReleaseQCTask(row.TrialId, row.Id, true)
this.loading = false
@ -830,6 +831,10 @@ export default {
this.getList()
}
}
} catch (err) {
console.log(err)
this.loading = false
}
},
//