@@ -10,7 +10,7 @@ class TopController extends Controller {
constructor(ctx) {
super(ctx);
- this.service = this.ctx.service.department;
+ this.service = this.ctx.service.top;
}