From fc72e141bfd90145db672c245670ecec838284dc Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 22 Dec 2025 16:29:54 +0800 Subject: [PATCH] 1 --- src/views/trials/trials-panel/visit/qc-check/index.vue | 1 + 1 file changed, 1 insertion(+) 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) => {