permission
This commit is contained in:
parent
7e9a756e76
commit
2da959a011
|
|
@ -40,7 +40,7 @@ public class AllocAreaController extends BaseController {
|
|||
/**
|
||||
* 获取区域树列表
|
||||
*/
|
||||
@RequiresPermissionsOrInnerAuth(innerAuth = @InnerAuth, requiresPermissions = @RequiresPermissions("system:user:list"))
|
||||
//@RequiresPermissions("alloc:area:list")
|
||||
@GetMapping("/areaTree")
|
||||
public AjaxResult deptTree(AllocArea area) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in New Issue