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,