优化
This commit is contained in:
@ -227,7 +227,7 @@ const submitForm = async () => {
|
|||||||
projectId: project.id,
|
projectId: project.id,
|
||||||
roleIds: [...new Set(project.webRoles), ...new Set(project.appRoles)]
|
roleIds: [...new Set(project.webRoles), ...new Set(project.appRoles)]
|
||||||
}));
|
}));
|
||||||
// 提交数据
|
// 提交数据
|
||||||
try {
|
try {
|
||||||
if (form.value.userId) {
|
if (form.value.userId) {
|
||||||
await api.updateUser(form.value);
|
await api.updateUser(form.value);
|
||||||
|
Reference in New Issue
Block a user