uat_us
parent
7101276aab
commit
4d63318d8b
|
@ -286,7 +286,7 @@ export default {
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
handleAdd() {
|
handleAdd() {
|
||||||
this.row = { TrialId: this.trialId, Id: '', IsBaseLine: false, BlindName: '', VisitWindowLeft: 0, VisitWindowRight: 0, Description: '' }
|
this.row = { TrialId: this.trialId, Id: '', IsBaseLine: false, BlindName: '', VisitWindowLeft: -3, VisitWindowRight: 3, Description: '' }
|
||||||
this.timer = new Date().getTime()
|
this.timer = new Date().getTime()
|
||||||
if (this.list.length === 0) {
|
if (this.list.length === 0) {
|
||||||
this.row.VisitName = 'Baseline'
|
this.row.VisitName = 'Baseline'
|
||||||
|
|
Loading…
Reference in New Issue