From fa97fcf21ba01b4b282e928e576c53d5d3d8ad19 Mon Sep 17 00:00:00 2001 From: danshihao Date: Wed, 22 Nov 2023 13:52:05 +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 | 3 +++ 1 file changed, 3 insertions(+) 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')) {