@@ -55,7 +55,6 @@ public class SysDeptController extends BaseController {
* 获取实验室部门列表
*/
@ApiOperation(value = "获取实验室部门列表")
- @PreAuthorize("@ss.hasPermi('system:dept:list')")
@GetMapping("/listLab")
public AjaxResult listLab() {
List<SysDept> depts = deptService.selectLabDeptList();