diff --git a/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue b/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue index 777485b0..dcf20d0c 100644 --- a/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue +++ b/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue @@ -302,6 +302,9 @@ export default { if (this.currentNode === EsInspectionPlan.initiate.value) { // 人员信息的数据, 处理成对象 personnelObj = this.$refs.personnelInfo.getDataObjVerify() + if (!personnelObj) { + return reject(new Error()) + } // List拆成数组 for (const key in personnelObj) { if (personnelObj[key] && key.includes('List')) {