Compare commits

..

No commits in common. "79cc39918ebff199350ac048898bb2131b4f36cc" and "e0b095ebc952329ae77012325c50f6f23cfdc205" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -462,7 +462,7 @@ export default {
const params = { const params = {
trialId: this.trialId, trialId: this.trialId,
trialReadingCriterionId: this.TrialReadingCriterionId, trialReadingCriterionId: this.TrialReadingCriterionId,
taskMedicalReviewId: taskMedicalReviewId medicalReviewId: taskMedicalReviewId
} }
const res = await getNextIRMedicalFeedback(params) const res = await getNextIRMedicalFeedback(params)
if (res.IsSuccess) { if (res.IsSuccess) {

View File

@ -227,7 +227,7 @@ export default {
this.disPatchNextTask(this.auditInfo.AuditState >= 2) this.disPatchNextTask(this.auditInfo.AuditState >= 2)
}, },
getNextIRTask() { getNextIRTask() {
// //
this.$confirm(this.$t('trials:medicalFeedback:message:goNextTask04'), { this.$confirm(this.$t('trials:medicalFeedback:message:goNextTask04'), {
type: 'warning', type: 'warning',
distinguishCancelAndClose: true distinguishCancelAndClose: true