This commit is contained in:
2025-09-05 14:18:26 +08:00
parent 26b2ff2370
commit 19b48371ef

View File

@ -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);