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 cf69eb4f..8d7b361e 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 @@ -898,9 +898,10 @@ @click="handleQCState(8)"> {{ $t('trials:audit:button:auditPassed') }} + - 跳过 + {{ $t('trials:audit:button:skipTask') }} @@ -2152,7 +2153,8 @@ export default { await collectNextIQCQuality({ trialId: this.trialId, SubjectId: this.data.SubjectId, - SubjectVisitId: this.data.Id + SubjectVisitId: this.data.Id, + IsSkipCurrentVisit: true }) this.$emit('getList') this.$emit('nextTask', res.Result.VisitId)