From aa4046500a7b7194779b4cde3fb922ebcd4f4e5d Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 13 Dec 2023 14:13:53 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E5=B9=B4=E5=BA=A6?= =?UTF-8?q?=E5=88=B6=E4=BF=AE=E8=AE=A2=E4=B8=BB=E5=8A=A8=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../RevisionPlanActivelyReportFlow.vue | 4 ++-- .../modules/ContactEnterStandardForm.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/workCenter/annualRevisionPlanActivelyReport/RevisionPlanActivelyReportFlow.vue b/src/views/workCenter/annualRevisionPlanActivelyReport/RevisionPlanActivelyReportFlow.vue index 10e2fb33..9926f32b 100644 --- a/src/views/workCenter/annualRevisionPlanActivelyReport/RevisionPlanActivelyReportFlow.vue +++ b/src/views/workCenter/annualRevisionPlanActivelyReport/RevisionPlanActivelyReportFlow.vue @@ -330,7 +330,7 @@ export default { // 节点2草稿情况下需要回显数据 todo } else if (this.currentNode === 3) { // 节点3草稿回显所有 todo ,待办进来回显表格数据 - this.$refs.baseInfoFormRef.initTableData() + this.$refs.baseInfoFormRef.initTableData(this.model) } else if ([4, 5, 6, 7].includes(this.currentNode)) { // 节点4,5,6,7回显数据 this.$refs.baseInfoFormRef.initData(this.model) @@ -520,7 +520,7 @@ export default { } else { param.dataList = [data.formInline] } - // param.flowUser = data.formInline + param.flowUser = data.formInline } else if (this.currentNode === 5) { param.dataList = data.dataSource } diff --git a/src/views/workCenter/annualRevisionPlanActivelyReport/modules/ContactEnterStandardForm.vue b/src/views/workCenter/annualRevisionPlanActivelyReport/modules/ContactEnterStandardForm.vue index 4b2d51a7..94bb3be3 100644 --- a/src/views/workCenter/annualRevisionPlanActivelyReport/modules/ContactEnterStandardForm.vue +++ b/src/views/workCenter/annualRevisionPlanActivelyReport/modules/ContactEnterStandardForm.vue @@ -72,7 +72,7 @@ export default { // 拿到外面传进来的数据初始化,因为套了几层就不在外层初始化数据了 initData (data) { // 给表单赋值 - this.formInline = { collectUserLeader: data.flowUser.collectUserLeader } + this.formInline = { collectUserLeader: data.dataList[0].collectUserLeader } // 给表格赋值 this.$nextTick(() => { this.$refs.tableRef.initData(data)