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) {
|
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) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue