优化已知问题

This commit is contained in:
2025-03-15 16:37:11 +08:00
parent abb9a4dbe7
commit 287ceacaf3
19 changed files with 279 additions and 123 deletions

View File

@@ -151,6 +151,7 @@ const handlePictureCardPreview: UploadProps['onPreview'] = (uploadFile) => {
}
const onSubmit = () => {
form.tenantId = Number(localStorage.getItem('ServerTenantId'));
updateUser(form).then(() => {
ElMessage.success('修改成功');
});