permission

This commit is contained in:
sxu 2025-04-07 09:55:59 +08:00
parent 7e9a756e76
commit 2da959a011
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class AllocAreaController extends BaseController {
/** /**
* 获取区域树列表 * 获取区域树列表
*/ */
@RequiresPermissionsOrInnerAuth(innerAuth = @InnerAuth, requiresPermissions = @RequiresPermissions("system:user:list")) //@RequiresPermissions("alloc:area:list")
@GetMapping("/areaTree") @GetMapping("/areaTree")
public AjaxResult deptTree(AllocArea area) { public AjaxResult deptTree(AllocArea area) {
try { try {