1
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-29 14:43:00 +08:00
parent 2d938d077e
commit ee9a30f6d0
@@ -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)