1
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
6218b536f9
commit
5e67f8b65f
|
@ -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
|
||||
}
|
||||
|
||||
},
|
||||
// 初审
|
||||
|
|
Loading…
Reference in New Issue