Browse Source
Merge pull request #6578 from abpframework/liangshiwei/patch-1
Rename OnSearchAsync to SearchEntitiesAsync
pull/6582/head
maliming
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
framework/src/Volo.Abp.BlazoriseUI/AbpCrudPageBase.cs
|
|
|
@ -266,7 +266,7 @@ namespace Volo.Abp.BlazoriseUI |
|
|
|
return Task.CompletedTask; |
|
|
|
} |
|
|
|
|
|
|
|
protected virtual async Task OnSearchAsync() |
|
|
|
protected virtual async Task SearchEntitiesAsync() |
|
|
|
{ |
|
|
|
CurrentPage = 1; |
|
|
|
|
|
|
|
|