fix(legacy): keep bill cache control creation on UI thread
This commit is contained in:
@@ -1806,7 +1806,7 @@ namespace Lskj.Control
|
||||
Task<DataTable> sourceColumnByDatabaseTask = cachesDic.AddTask(gridEx, "CustomColumnByDatabase", new Task<DataTable>(() =>
|
||||
{
|
||||
string customColumKey = model.GridCustomColumnKey;
|
||||
return gridEx.GridView.GetCustomColumnByDatabase(customColumKey);
|
||||
return GridExtend.GetCustomColumnByDatabase(customColumKey);
|
||||
}));
|
||||
Task<DataTable> baseGridRightMenusTask = cachesDic.AddTask(gridEx, "BaseGridRightMenus", new Task<DataTable>(() =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user