1
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-10-29 14:43:00 +08:00
parent 2d938d077e
commit ee9a30f6d0
1 changed files with 2 additions and 1 deletions

View File

@ -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)