From 90fb57f0fd79f025ab5a9523b4e585b152d2c6ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=B7=E9=BE=99?= Date: Thu, 14 Aug 2025 14:53:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/Interaction/RoleService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } /**