xufenglei
2018-07-27 9114c592c34c2a62bb3b26006d72aeacb6af739b
src/app/routes/statistics/calendar/calendar.component.ts
@@ -28,4 +28,7 @@
    ngOnDestroy(): void {
    }
    calendarClick(event,day) {
        console.log(day);
    }
}