fix: 修改标准解读流程处理条款对比内容新旧数据为数组的情况
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user