From 64f09f4b7cd9fea70f6bb53818e2c417a6dc9c7a Mon Sep 17 00:00:00 2001 From: danshihao Date: Wed, 22 Nov 2023 13:47:23 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=81=E6=A0=87=E7=A8=BD=E6=9F=A5?= =?UTF-8?q?=E8=AE=A1=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EnterpriseStandardInspectionPlanFlow.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue b/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue index a282ffec..777485b0 100644 --- a/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue +++ b/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue @@ -308,6 +308,8 @@ export default { personnelObj[key] = personnelObj[key].split(',') } } + // 通过表格中的所属部门人员获取稽查征求意见对象 + personnelObj.opinionFillList = this.$refs.inspectionPlanTable.dataSource.map(item => item.objectOfConsultation) } // 校验表单 this.validateFormList( @@ -345,6 +347,8 @@ export default { personnelObj[key] = personnelObj[key].split(',') } } + // 通过表格中的所属部门人员获取稽查征求意见对象 + personnelObj.opinionFillList = this.$refs.inspectionPlanTable.dataSource.map(item => item.objectOfConsultation) } params.processAll = Object.assign({}, this.info.processAll, this.processInfoForm.getFieldsValue()) if (params.processAll.dueTime && params.processAll.dueTime.includes(' 00:00:00')) {