diff --git a/src/views/trials/trials-panel/subject/subject-list/components/SubjectStatusForm.vue b/src/views/trials/trials-panel/subject/subject-list/components/SubjectStatusForm.vue index 81944f94..691d5337 100644 --- a/src/views/trials/trials-panel/subject/subject-list/components/SubjectStatusForm.vue +++ b/src/views/trials/trials-panel/subject/subject-list/components/SubjectStatusForm.vue @@ -3,7 +3,7 @@
- + {{ item.label }} @@ -115,6 +115,10 @@ export default { this.form.TrialId = this.trialId this.form.TrialSiteId = this.data.TrialSiteId + if (this.form.Status !== 2) { + this.form.VisitOverTime = '' + this.form.FinalSubjectVisitId = '' + } updateSubjectStatus(this.form).then(res => { this.btnLoading = false this.$emit('getList')