|
|
|
@@ -668,7 +668,7 @@ |
|
|
|
itso.onebest = itso.onebest.replace(/<.*?>/ig, ""); |
|
|
|
this.$u.post("/corpus/updateRole", { |
|
|
|
corpusId: this.luyinList[this.csdFileindex].id, |
|
|
|
transferContent: [itso], |
|
|
|
transferContent: JSON.stringify([itso]), |
|
|
|
speaker: this.roleindexrow + 1, |
|
|
|
customerId: this.customerId |
|
|
|
}).then(res => { |
|
|
|
|