maliming
2 years ago
No known key found for this signature in database
GPG Key ID: A646B9CB645ECEA4
1 changed files with
1 additions and
1 deletions
-
framework/src/Volo.Abp.BlazoriseUI/AbpCrudPageBase.cs
|
|
|
@ -524,7 +524,7 @@ public abstract class AbpCrudPageBase< |
|
|
|
await GetEntitiesAsync(); |
|
|
|
|
|
|
|
await InvokeAsync(EditModal!.Hide); |
|
|
|
await Notify.Success(GetUpdateMessage(); |
|
|
|
await Notify.Success(GetUpdateMessage()); |
|
|
|
} |
|
|
|
|
|
|
|
protected virtual string GetUpdateMessage() |
|
|
|
|