From b89bdc68d67a09daf6e23b4780600de88a596afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E5=86=A0=E5=AD=A6?= <1109935898@qq.com> Date: Thu, 13 Jun 2024 16:40:16 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=80=BB=E8=BE=91&=E5=AF=8C=E6=96=87?= =?UTF-8?q?=E6=9C=AC=E5=9B=BE=E7=89=87=E3=80=91=E7=BC=96=E8=BE=91=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E5=90=8E=E5=AF=8C=E6=96=87=E6=9C=AC=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/planetDesign/Logical/fragment/LogicList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/planetDesign/Logical/fragment/LogicList.vue b/src/views/planetDesign/Logical/fragment/LogicList.vue index e850338c..7294d0c5 100644 --- a/src/views/planetDesign/Logical/fragment/LogicList.vue +++ b/src/views/planetDesign/Logical/fragment/LogicList.vue @@ -1804,7 +1804,7 @@ function getOptionListAndConfig(questionIndex, questionList, allQuesList) { temp.relatedList = JSON.parse(JSON.stringify(temp.relatedList)).map( (tempOpt) => { tempOpt.id = uuidv4(); - tempOpt.optionStr = `${tempOpt.option}[关联自${temp.title}]`; + tempOpt.optionStr = `${tempOpt.optionStr}[关联自${temp.title}]`; return tempOpt; } );