소스 검색

专利警告缺少引用

ruifeng_liu 3 년 전
부모
커밋
908b58c477
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/service/patent/patentearly.js

+ 1 - 0
app/service/patent/patentearly.js

@@ -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);