From d7838051e8897a6ac9f522a1e51542e2f89fb85c Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 25 Jul 2025 16:18:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A8=E6=8E=A7=E9=80=9A=E8=BF=87=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-panel/visit/qc-check/components/qualityAssurance.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue index 05a9ce82..2a94cb89 100644 --- a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue +++ b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue @@ -1959,7 +1959,7 @@ export default { this.$emit('getList') return this.getQCInfo() } - if (!this.$store.state.trials.config.IsIQCAutoNextTask) return false + if (!this.$store.state.trials.config.IsIQCAutoNextTask) return this.$emit('getList') this.$forceUpdate() getNextIQCQuality({ trialId: this.trialId,