|
|
@@ -603,9 +603,11 @@ |
|
|
|
this.roleindexrow=this.dialogList[this.csdFileindex].message[this.roletiaoshu].speaker-1;
|
|
|
|
},
|
|
|
|
roletab(){
|
|
|
|
let itso=this.dialogList[this.csdFileindex].message[this.roletiaoshu];
|
|
|
|
itso.onebest=itso.onebest.replace(/<.*?>/ig,"");
|
|
|
|
this.$u.post("/corpus/updateRole", {
|
|
|
|
corpusId:this.luyinList[this.csdFileindex].id,
|
|
|
|
transferContent:[this.dialogList[this.csdFileindex].message[this.roletiaoshu]],
|
|
|
|
transferContent:[itso],
|
|
|
|
speaker:this.roleindexrow+1,
|
|
|
|
customerId:this.customerId
|
|
|
|
}).then(res => {
|
|
|
|