From 5afa7c08925c71b82e759fe702f0d917d7130291 Mon Sep 17 00:00:00 2001 From: lihanbo Date: Fri, 8 Nov 2024 17:11:07 +0800 Subject: [PATCH] =?UTF-8?q?105040=20Update=20=E6=9B=B4=E6=96=B0=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E5=86=85=E5=AE=B9=E6=8C=87=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sinvo.EplanHpD.Plugin.WPFUI/MainWindow.xaml.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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) {