1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
3eb28d2baa
commit
fc72e141bf
|
|
@ -900,6 +900,7 @@ export default {
|
|||
// 复审
|
||||
handleSecondaryQC(row) {
|
||||
if (!this.OtherInfo.IsQCQuestionConfirmed) return this.$alert(this.$t("trials:qcCheck:alert:questionNoConfirm"))
|
||||
localStorage.setItem("QCRiskControl", 0)
|
||||
this.loading = true
|
||||
isQCCanOpt(row.Id)
|
||||
.then((res) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue