|
|
|
@ -12,7 +12,6 @@ using Tiobon.Core.DataAccess; |
|
|
|
|
using Tiobon.Core.IServices; |
|
|
|
|
using Tiobon.Core.Model; |
|
|
|
|
using Tiobon.Core.Services.BASE; |
|
|
|
|
using static StackExchange.Redis.Role; |
|
|
|
|
|
|
|
|
|
namespace Tiobon.Core.Services; |
|
|
|
|
|
|
|
|
@ -1059,6 +1058,7 @@ public partial class CommonServices : BaseServices<RootEntityTkey<int>>, ICommon |
|
|
|
|
result.JM_PageControlT1.Toolbar.RemoveAt(index); |
|
|
|
|
break; |
|
|
|
|
case "F_SchoolManage": |
|
|
|
|
case "F_WorkLicenseManage": |
|
|
|
|
case "F_TeacherManage": |
|
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "NewYN").FirstOrDefault(); |
|
|
|
|
if (toolbar != null) { toolbar.fnKey = "TBD1YN"; } |
|
|
|
|