Commit 2ec76d2d authored by luben's avatar luben

fix

parent 3de463af
......@@ -866,7 +866,7 @@ public class RegionController extends BaseController {
return AjaxResult.success(gridRegionList);
}
@PreAuthorize("@ss.hasPermi('system:region:remove')")
// @PreAuthorize("@ss.hasPermi('system:region:remove')")
@RequestMapping(value = "/deleteTreeNode",method = RequestMethod.DELETE)
@ResponseBody
public AjaxResult deleteTreeNode(@RequestParam(value = "id", required = false) String id,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment