|
@@ -95,7 +95,7 @@ module.exports = app => {
|
|
|
await ctx.service.material.defaultUpdate({ id: s.id, final_auditor_str });
|
|
|
}
|
|
|
}
|
|
|
- if (!ctx.session.sessionProject.page_show.openMaterialStageRepeat) {
|
|
|
+ if (!ctx.subProject.page_show.openMaterialStageRepeat) {
|
|
|
const materialStageList = s.stage_id.split(',');
|
|
|
for (const ms of materialStageList) {
|
|
|
const index = stages.findIndex(function(item) {
|