|
@@ -12,6 +12,7 @@ class PatentearlyService extends CrudService {
|
|
|
super(ctx, 'patentearly');
|
|
|
this.model = this.ctx.model.Patent.Patentearly;
|
|
|
this.patentinfo = this.ctx.model.Patent.Patentinfo;
|
|
|
+ this.personalModel = this.ctx.model.Personal;
|
|
|
}
|
|
|
async query(query, { skip = 0, limit = 0 }) {
|
|
|
const newquery = await this.resetCode(query);
|