From 9ee1e9652640b283a3e6b33b0b9a2ddda54ee789 Mon Sep 17 00:00:00 2001 From: wxyclub Date: Wed, 12 Jun 2024 11:25:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=A0=87=E5=87=86?= =?UTF-8?q?=E8=A7=A3=E8=AF=BB=E6=B5=81=E7=A8=8B=E5=A4=84=E7=90=86=E6=9D=A1?= =?UTF-8?q?=E6=AC=BE=E5=AF=B9=E6=AF=94=E5=86=85=E5=AE=B9=E6=96=B0=E6=97=A7?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=B8=BA=E6=95=B0=E7=BB=84=E7=9A=84=E6=83=85?= =?UTF-8?q?=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/bzjd/step3.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue index dcdf67d2e..54f5082f6 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue @@ -689,12 +689,14 @@ }else { this.leftData = res.data.leftString } + this.leftData = this.leftData.join('') this.rightData = [] if((typeof res.data.rightString) === "string"){ this.rightData.push(res.data.rightString) }else { this.rightData = res.data.rightString } + this.rightData = this.rightData.join('') this.similarityDegree = res.data.similarityDegree } this.itemId = row.id