wangxiaohua 2 年之前
父節點
當前提交
919147f12e
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. +3
    -1
      pages/mine/details2.vue

+ 3
- 1
pages/mine/details2.vue 查看文件

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


Loading…
取消
儲存