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')) {