浏览代码

提交修改

400
风继续吹 10 个月前
父节点
当前提交
d583a523b6
共有 1 个文件被更改,包括 7 次插入6 次删除
  1. +7
    -6
      pages/mine/details2.vue

+ 7
- 6
pages/mine/details2.vue 查看文件

@@ -1105,6 +1105,13 @@

// 修改角色
roletab() {
//
this.dialogList.forEach(item => {
if (item.checked) {
item.speaker = this.roleindexrow + 1
}
})
this.$u.post("/corpus/batchUpdateRole", {
corpusId: this.luyinList.id,
transferContent: JSON.stringify(this.dialogList),
@@ -1118,12 +1125,6 @@
this.roleisshaw = false;
this.cancelBeast()
this.cancelAllAdd()
//
this.dialogList.forEach(item => {
if (item.checked) {
item.speaker = this.roleindexrow + 1
}
})
}).catch(e => {
uni.showToast({
title: '修改失败,请重试!',


正在加载...
取消
保存