105040 Update 更新提示内容指引

This commit is contained in:
lihanbo 2024-11-08 17:11:07 +08:00
parent 861253e891
commit 5afa7c0892
1 changed files with 2 additions and 3 deletions

View File

@ -144,7 +144,7 @@ public partial class MainWindow : Window
this.Dispatcher.BeginInvoke(async delegate () this.Dispatcher.BeginInvoke(async delegate ()
{ {
ExcelHelper.CheckAndGetCache(true); ExcelHelper.CheckAndGetCache(true);
await LoadDataAsync(datas, reportColumns); await LoadDataAsync(datas, reportColumns);
}); });
} }
catch (System.Exception ex) catch (System.Exception ex)
@ -205,7 +205,7 @@ public partial class MainWindow : Window
{ {
if (ViewModel.ExportData == null || ViewModel.ExportData.Count <= 0) if (ViewModel.ExportData == null || ViewModel.ExportData.Count <= 0)
{ {
FlexMessageBox.Info($"无数据可导出"); FlexMessageBox.Info($"无数据可导出,请先点击上方生成导入模板数据");
} }
else else
{ {
@ -225,7 +225,6 @@ public partial class MainWindow : Window
FlexMessageBox.Info($"导出完成!"); FlexMessageBox.Info($"导出完成!");
} }
} }
} }
catch (System.Exception ex) catch (System.Exception ex)
{ {