|
|
@ -218,7 +218,7 @@ namespace Aucma.Core.CodeBinding.ViewModels
|
|
|
|
|
|
|
|
|
|
|
|
codeRecord.RecordTime1 = time;
|
|
|
|
codeRecord.RecordTime1 = time;
|
|
|
|
int a = await _codeBindingRecordServices.AddAsync(codeRecord);
|
|
|
|
int a = await _codeBindingRecordServices.AddAsync(codeRecord);
|
|
|
|
//// 页面刷新ListItems
|
|
|
|
// 页面刷新ListItems
|
|
|
|
//await Application.Current.Dispatcher.InvokeAsync(() =>
|
|
|
|
//await Application.Current.Dispatcher.InvokeAsync(() =>
|
|
|
|
//{
|
|
|
|
//{
|
|
|
|
// // 在 UI 线程上操作列表
|
|
|
|
// // 在 UI 线程上操作列表
|
|
|
|