wangxiaohua 2 år sedan
förälder
incheckning
919147f12e
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. +3
    -1
      pages/mine/details2.vue

+ 3
- 1
pages/mine/details2.vue Visa fil

@@ -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 => {


Laddar…
Avbryt
Spara