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