明树Git Lab

Commit 86c56a35 authored by zfp1's avatar zfp1

1

parent 19c43f4c
Pipeline #108456 passed with stage
in 3 seconds
......@@ -80,6 +80,7 @@ async function deleteRole(req, res, next) {
await DB.UserRole.destroy({ where: { roleId: req.body.id } });
return res.sendData(ret);
} catch (error) {
console.log(error, "====")
next(error);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment