diff --git a/src/views/trials/trials-panel/visit/qc-check/index.vue b/src/views/trials/trials-panel/visit/qc-check/index.vue index b98a82ee..2ddb19fa 100644 --- a/src/views/trials/trials-panel/visit/qc-check/index.vue +++ b/src/views/trials/trials-panel/visit/qc-check/index.vue @@ -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) => {