fix issue

This commit is contained in:
2022-03-15 20:12:40 +08:00
parent 5b209cc19c
commit 8ba6f4bf85
8 changed files with 70 additions and 13 deletions

View File

@ -229,6 +229,11 @@ namespace Billing.Views
}
}
protected override void OnRefresh()
{
OnDateChanged(this);
}
private void OnDateTypeCommand(DateType index)
{
if (index < DateType.Monthly || index > DateType.Total)