105040 Update 更新提示内容指引
This commit is contained in:
parent
861253e891
commit
5afa7c0892
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue