风继续吹 10 mesi fa
parent
commit
d583a523b6
1 ha cambiato i file con 7 aggiunte e 6 eliminazioni
  1. +7
    -6
      pages/mine/details2.vue

+ 7
- 6
pages/mine/details2.vue Vedi 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: '修改失败,请重试!',


Caricamento…
Annulla
Salva