Browse Source

详情页面修改

undefined
douzhuo 3 years ago
parent
commit
375bce4639
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/mine/details2.vue

+ 1
- 1
pages/mine/details2.vue View File

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


Loading…
Cancel
Save