防止操作跳到页面顶端

This commit is contained in:
RuoYi
2019-05-13 19:03:32 +08:00
parent 7662c1eeab
commit 0bad889607
19 changed files with 43 additions and 46 deletions

View File

@ -101,8 +101,8 @@ public interface SysDeptMapper
/**
* 根据ID查询所有子部门
* @param id
* @return
* @param deptId 部门ID
* @return 部门列表
*/
public List<SysDept> selectChildrenDeptById(Long id);
public List<SysDept> selectChildrenDeptById(Long deptId);
}