diff --git a/Tiobon.Core.Services/Ghre/Ghre_ExamServices.cs b/Tiobon.Core.Services/Ghre/Ghre_ExamServices.cs index 9973ff4a..0cd04206 100644 --- a/Tiobon.Core.Services/Ghre/Ghre_ExamServices.cs +++ b/Tiobon.Core.Services/Ghre/Ghre_ExamServices.cs @@ -777,7 +777,7 @@ public class Ghre_ExamServices : BaseServices(); if (body.exportSet.SelectRowKeys != null && body.exportSet.SelectRowKeys.Any()) ids = body.exportSet.SelectRowKeys; - + body.exportSet.TitleName = "考试管理"; var data = await QueryFilterPage1(filter, status, ids);