()
| 38 | } |
| 39 | |
| 40 | initialize () { |
| 41 | this.activeClasses = [] |
| 42 | this.activeClassGroups = {} |
| 43 | this.activeUsers = [] |
| 44 | this.dayMrrMap = {} |
| 45 | this.weekMrrMap = {} |
| 46 | this.monthMrrMap = {} |
| 47 | this.revenue = [] |
| 48 | this.revenueGroups = {} |
| 49 | this.dayEnrollmentsMap = {} |
| 50 | this.enrollmentDays = [] |
| 51 | this.exchangeRate = {} |
| 52 | return this.loadData() |
| 53 | } |
| 54 | |
| 55 | afterRender () { |
| 56 | super.afterRender() |