From e70b3763219a4abd80c02b4a9f21e753bf00c0ac Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Fri, 10 Dec 2021 17:48:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E6=A0=87=E8=AF=84=E4=BB=B7=20-=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E8=B4=A8=E9=87=8F=E8=AF=84=E4=BB=B7?= =?UTF-8?q?=E8=A1=A8=E6=B2=A1=E6=9C=89=E6=95=B0=E6=8D=AE=E6=97=B6=E4=B8=80?= =?UTF-8?q?=E7=9B=B4=E8=BD=AC=E5=9C=88=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherBussStandardDetails/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue index 0b9fd1f86..bb48ab467 100644 --- a/src/pages/details/otherBussStandardDetails/index.vue +++ b/src/pages/details/otherBussStandardDetails/index.vue @@ -1593,7 +1593,7 @@ export default { lawId: this.$route.params.id, userId: this.qualityFirstHistoryPeopleId, evaluationType: this.indexType, - processNode: this.qualityHistoryPeopleTable[0].processNode + processNode: this.qualityHistoryPeopleTable.length>0?this.qualityHistoryPeopleTable[0].processNode:null } this.$http.get('sarEnterpriseStandardEvaluation/quality-evaluation/getEvaluationForm', allData , { _this: this