Browse Source

提交修改

400
风继续吹 10 months ago
parent
commit
d583a523b6
1 changed files with 7 additions and 6 deletions
  1. +7
    -6
      pages/mine/details2.vue

+ 7
- 6
pages/mine/details2.vue View File

@@ -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: '修改失败,请重试!',


Loading…
Cancel
Save