1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-12-22 16:29:54 +08:00
parent 3eb28d2baa
commit fc72e141bf
1 changed files with 1 additions and 0 deletions

View File

@ -900,6 +900,7 @@ export default {
// //
handleSecondaryQC(row) { handleSecondaryQC(row) {
if (!this.OtherInfo.IsQCQuestionConfirmed) return this.$alert(this.$t("trials:qcCheck:alert:questionNoConfirm")) if (!this.OtherInfo.IsQCQuestionConfirmed) return this.$alert(this.$t("trials:qcCheck:alert:questionNoConfirm"))
localStorage.setItem("QCRiskControl", 0)
this.loading = true this.loading = true
isQCCanOpt(row.Id) isQCCanOpt(row.Id)
.then((res) => { .then((res) => {