|
@@ -330,7 +330,6 @@ export default {
|
|
|
? this.searchGroupList[this.curItemIndex]
|
|
|
: this.checkList[this.curItemIndex]
|
|
|
let username = curMember.nick_name || curMember.user_name
|
|
|
- console.log('this.inviteList', this.inviteList)
|
|
|
MessageBox.confirm(`确定要把群主转让给${username}`)
|
|
|
.then(() => {
|
|
|
API.group
|