diff --git a/app/service/Interaction/RoleService.ts b/app/service/Interaction/RoleService.ts index eae695c..c42e246 100644 --- a/app/service/Interaction/RoleService.ts +++ b/app/service/Interaction/RoleService.ts @@ -44,7 +44,7 @@ interface UseRoleService { /** 保存数据 */ saveData: () => Promise; /** 切换标签页回调函数 */ - changeTabCallback: (callback: (changedRoles: RoleEntity[]) => void) => void; + changeTabCallback: (callback: (isChange: Boolean) => void) => void; } /**