MaiXinRong 3 년 전
부모
커밋
4099d5f680
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/service/report_memory.js

+ 1 - 1
app/service/report_memory.js

@@ -892,7 +892,7 @@ module.exports = app => {
             for (const c of this.changeProjectData.data) {
                 const changeAudit = await this.ctx.service.changeProjectAudit.getAllDataByCondition({ where: { cpid: c.id, times: c.times }});
                 const changeAuditFilter = this.ctx.helper.filterLastestData(changeAudit, ['aid']);
-                this.changeData.audit.push(...changeAuditFilter);
+                this.changeProjectData.audit.push(...changeAuditFilter);
             }
         }