Browse Source

用户编辑结构物

master
dengyinhuan 2 years ago
parent
commit
639b46a5ec
  1. 1
      api/app/lib/controllers/organization/user.js

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

@ -276,6 +276,7 @@ async function updateUser(ctx, next) {
delete: false,
phone: data.phone,
post: data.post,
structure:data.structure
}, {
where: {
id: id

Loading…
Cancel
Save