Compare commits

..

No commits in common. "838ab975cc6b7f11f90d8f8176e27a92a7f3d747" and "81297954d31107bdd088d10a2b6a291782e60db0" have entirely different histories.

1 changed files with 2 additions and 4 deletions

View File

@ -898,10 +898,9 @@
@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)">-->
@ -2153,8 +2152,7 @@ export default {
await collectNextIQCQuality({
trialId: this.trialId,
SubjectId: this.data.SubjectId,
SubjectVisitId: this.data.Id,
IsSkipCurrentVisit: true
SubjectVisitId: this.data.Id
})
this.$emit('getList')
this.$emit('nextTask', res.Result.VisitId)