|
@@ -45,7 +45,7 @@ class rptMemChange extends RptMemBase {
|
|
|
case 'mem_change_project_audit':
|
|
|
return this._getChangeProjectAudit();
|
|
|
case 'mem_change_project_att':
|
|
|
- return this.ctx.service.changeProjectAtt.getChangeAttachment(this.ctx.change_project.id);
|
|
|
+ return this.ctx.service.changeProjectAtt.getAllChangeProjectAtt(this.ctx.change_project.tid, this.ctx.change_project.id);
|
|
|
case 'mem_project':
|
|
|
return this.ctx.service.project.getDataByCondition({ id: this.ctx.session.sessionProject.id });
|
|
|
case 'mem_tender':
|