|
@@ -18,7 +18,7 @@ class IndexService extends CrudService {
|
|
|
this.personalModel = this.ctx.model.Personal;
|
|
|
this.organizationModel = this.ctx.model.Organization;
|
|
|
this.surveyModel = this.ctx.model.Survey;
|
|
|
- this.dockUser = this.ctx.model.DockUser; // 没改
|
|
|
+ this.dockUser = this.ctx.model.Dock.DockUser; // 没改
|
|
|
this.tranModel = this.ctx.model.Dock.DockTranscation;// 没改
|
|
|
}
|
|
|
/**
|