From c82ae6c9ded07e093be9b2f8b8ad1a191c0e2d93 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 28 Feb 2024 14:40:00 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=B8=BB=E5=8A=A8=E4=B8=8A=E6=8A=A5?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E6=9C=80=E5=90=8E=E4=B8=80=E4=B8=AA=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E4=BC=A0dataList?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../RevisionPlanActivelyReportFlow.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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