From 7aa33672a955995bc067f6b4ded0dea2ed1ea94c Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Wed, 22 Apr 2026 11:08:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A8=E6=8E=A7=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../visit/qc-check/components/qualityAssurance.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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)