diff --git a/src/views/workCenter/annualRevisionPlanActivelyReport/RevisionPlanActivelyReportFlow.vue b/src/views/workCenter/annualRevisionPlanActivelyReport/RevisionPlanActivelyReportFlow.vue index c3c68b3b..d59016e3 100644 --- a/src/views/workCenter/annualRevisionPlanActivelyReport/RevisionPlanActivelyReportFlow.vue +++ b/src/views/workCenter/annualRevisionPlanActivelyReport/RevisionPlanActivelyReportFlow.vue @@ -605,7 +605,7 @@ export default { param.dataList = [data.formInline] } param.flowUser = data.formInline - } else if (this.currentNode === 5) { + } else if ([5, 7].includes(this.currentNode)) { param.dataList = data.dataSource } param.common = approvalValues