阅片跟踪完成时间查询字段调整
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
dc5b1f5463
commit
1f5157e476
|
|
@ -454,10 +454,10 @@ export default {
|
||||||
})
|
})
|
||||||
data.TrialId = this.$route.query.trialId
|
data.TrialId = this.$route.query.trialId
|
||||||
if (this.dateValue && this.dateValue[0] && this.dateValue[1]) {
|
if (this.dateValue && this.dateValue[0] && this.dateValue[1]) {
|
||||||
data.earliestStudyTime = this.$moment(this.dateValue[0]).format(
|
data.BeginSignTime = this.$moment(this.dateValue[0]).format(
|
||||||
'YYYY-MM-DD HH:mm:ss'
|
'YYYY-MM-DD HH:mm:ss'
|
||||||
)
|
)
|
||||||
data.latestStudyTime = this.$moment(this.dateValue[1]).format(
|
data.EndSignTime = this.$moment(this.dateValue[1]).format(
|
||||||
'YYYY-MM-DD HH:mm:ss'
|
'YYYY-MM-DD HH:mm:ss'
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue