|
@@ -3460,7 +3460,7 @@ a {
|
|
inchagerId: this.inchagerId,
|
|
inchagerId: this.inchagerId,
|
|
participation: this.participationId,
|
|
participation: this.participationId,
|
|
}
|
|
}
|
|
- if(this.createDate.length > 0) {
|
|
|
|
|
|
+ if(this.createDate) {
|
|
parameter.startDate = this.createDate[0]
|
|
parameter.startDate = this.createDate[0]
|
|
parameter.endDate = this.createDate[1]
|
|
parameter.endDate = this.createDate[1]
|
|
}
|
|
}
|