From e5a60ac653fc77644c335b672ce48c721594ee02 Mon Sep 17 00:00:00 2001 From: junjun Date: Wed, 28 Sep 2022 15:02:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E6=8C=87=E6=A0=87=E6=97=B6=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E8=BE=85=E5=8A=A9=E7=BA=BF=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/senior/dialog/AssistLineEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/chart/components/senior/dialog/AssistLineEdit.vue b/frontend/src/views/chart/components/senior/dialog/AssistLineEdit.vue index 7ee93b8e3e..5340ba5cfe 100644 --- a/frontend/src/views/chart/components/senior/dialog/AssistLineEdit.vue +++ b/frontend/src/views/chart/components/senior/dialog/AssistLineEdit.vue @@ -124,7 +124,7 @@ export default { addLine() { const obj = { ...this.lineObj, curField: this.quotaData ? this.quotaData[0] : null, - fieldId: this.quotaData ? this.quotaData[0].id : null + fieldId: this.quotaData ? this.quotaData[0]?.id : null } this.lineArr.push(JSON.parse(JSON.stringify(obj))) this.changeAssistLine()