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