Compare commits

...

2 Commits

Author SHA1 Message Date
caiyiling 838ab975cc Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing Details
2026-04-22 11:09:56 +08:00
caiyiling 7aa33672a9 质控更改 2026-04-22 11:08:48 +08:00
1 changed files with 4 additions and 2 deletions

View File

@ -898,9 +898,10 @@
@click="handleQCState(8)">
{{ $t('trials:audit:button:auditPassed') }}
</el-button>
<!-- 跳过 -->
<el-button size="small" type="primary" round
@click="skipTask">
跳过
{{ $t('trials:audit:button:skipTask') }}
</el-button>
<!-- 审核终止 -->
<!-- <el-button :disabled="isAudit" size="small" type="primary" round @click="handleQCState(7)">-->
@ -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)