Browse Source

已有管理员再设置为成员

dev
巴林闲侠 2 years ago
parent
commit
8b0ddb9ed1
  1. 1
      api/app/lib/controllers/organization/index.js

1
api/app/lib/controllers/organization/index.js

@ -70,6 +70,7 @@ async function editUser (ctx) {
storageData.role = [...new Set([...existUserRes.role, ...role])]
} else if (existUserRes.role.includes('admin')) {
// 正在修改成员 但是此时还是管理员
storageData.disabled = true
storageData.role = [...role, 'admin']
}
await models.User.update(storageData, {

Loading…
Cancel
Save