1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
2d938d077e
commit
ee9a30f6d0
|
@ -461,7 +461,8 @@ export default {
|
||||||
this.$refs.clinicalTrialForm.validate((valid) => {
|
this.$refs.clinicalTrialForm.validate((valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
this.isDisabled = true
|
this.isDisabled = true
|
||||||
this.clinicalTrialForm.DoctorId = this.$route.query.Id
|
this.clinicalTrialForm.DoctorId =
|
||||||
|
this.$route.query.Id || this.reviewerId
|
||||||
var dateTime
|
var dateTime
|
||||||
if (this.clinicalTrialForm.StartTime) {
|
if (this.clinicalTrialForm.StartTime) {
|
||||||
dateTime = new Date(this.clinicalTrialForm.StartTime)
|
dateTime = new Date(this.clinicalTrialForm.StartTime)
|
||||||
|
|
Loading…
Reference in New Issue