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