@@ -461,7 +461,8 @@ export default {
|
||||
this.$refs.clinicalTrialForm.validate((valid) => {
|
||||
if (valid) {
|
||||
this.isDisabled = true
|
||||
this.clinicalTrialForm.DoctorId = this.$route.query.Id
|
||||
this.clinicalTrialForm.DoctorId =
|
||||
this.$route.query.Id || this.reviewerId
|
||||
var dateTime
|
||||
if (this.clinicalTrialForm.StartTime) {
|
||||
dateTime = new Date(this.clinicalTrialForm.StartTime)
|
||||
|
||||
Reference in New Issue
Block a user