Browse Source

党群管理 设为群主

feature/syp_points
songyunpeng 5 years ago
parent
commit
f512ea2148
  1. 4
      src/views/modules/partygroup/partyusergroup-list.vue

4
src/views/modules/partygroup/partyusergroup-list.vue

@ -169,9 +169,9 @@ export default {
}).catch(() => { }).catch(() => {
}) })
}, },
setGroupManager (id) { setGroupUser (id) {
this.managerFrom.groupUserId = id this.managerFrom.groupUserId = id
this.managerFrom.identityFlag = '0' this.managerFrom.identityFlag = '2'
this.$confirm('确定设为群成员?', '提示', { this.$confirm('确定设为群成员?', '提示', {
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '取消', cancelButtonText: '取消',

Loading…
Cancel
Save