fix: synchronize module data cache cleanup
This commit is contained in:
@@ -193,7 +193,7 @@ namespace Lskj.Control
|
||||
{
|
||||
if (Model != null && Model.DataCaches != null)
|
||||
{
|
||||
Model.DataCaches.Remove(this);
|
||||
Model.DataCaches.RemoveCache(this);
|
||||
}
|
||||
}
|
||||
catch
|
||||
|
||||
Reference in New Issue
Block a user