fix: 修改标准解读流程处理条款对比内容新旧数据为数组的情况

This commit is contained in:
wxyclub
2024-06-12 11:25:24 +08:00
parent 01c0576569
commit 9ee1e96526
@@ -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