fix bug
This commit is contained in:
@ -146,6 +146,9 @@ export class DatatableOwnerComponent implements OnInit {
|
||||
}
|
||||
}
|
||||
onChange(result: any) {
|
||||
if(result === null) {
|
||||
return
|
||||
}
|
||||
if(this.mode === 'year') {
|
||||
this.time = [this.datePipe.transform(this.date, 'yyyy') + '-01-01 00:00:00']
|
||||
} else if(this.mode === 'month') {
|
||||
|
||||
Reference in New Issue
Block a user