|
@@ -10,7 +10,7 @@ class IndexService extends CrudService {
|
|
|
constructor(ctx) {
|
|
|
super(ctx, 'index');
|
|
|
this.redis = this.app.redis;
|
|
|
- this.patentModel = this.ctx.model.Patent;
|
|
|
+ this.patentModel = this.ctx.model.Dock.Patent;
|
|
|
this.code = this.ctx.model.Code;
|
|
|
this.productModel = this.ctx.model.Product;
|
|
|
this.expertModel = this.ctx.model.Expert;
|