|
@@ -68,7 +68,7 @@ module.exports = options => {
|
|
|
if (change.status === status.uncheck) {
|
|
|
throw '您无权查看该数据';
|
|
|
}
|
|
|
- change.readOnly = true;
|
|
|
+ change.filePermission = true;
|
|
|
} else if ((change.status === status.checkNo || change.status === status.revise) && change.uid !== accountId) {
|
|
|
const preAuditors = yield this.service.changeAudit.getListGroupByTimes(change.cid, change.times - 1);
|
|
|
const preAuditorIds = _.map(preAuditors, 'uid');
|