|
@@ -80,7 +80,7 @@ module.exports = options => {
|
|
|
} else {
|
|
|
material.curOrder = material.curAuditor.order;
|
|
|
}
|
|
|
- material.filePermission = this.tender.touristPermission.file;
|
|
|
+ material.filePermission = this.tender.touristPermission.file || auditorIds.indexOf(accountId) !== -1;
|
|
|
} else if (auditorIds.indexOf(accountId) !== -1) { // 审批人
|
|
|
if (material.status === status.uncheck) {
|
|
|
throw '您无权查看该数据';
|