send(error)); }, update(req, res) { return Role .findById(req.params.id, { include: [{ model: User, as: 'users' }], }) .then(role => ...
確定! 回上一頁