用户管理部门查询选择节点后分页参数初始

This commit is contained in:
RuoYi 2021-12-29 15:50:15 +08:00
parent 03a06c3415
commit 3d7b36932e
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ function getList() {
/** 节点单击事件 */
function handleNodeClick(data) {
queryParams.value.deptId = data.id;
getList();
handleQuery();
};
/** 搜索按钮操作 */
function handleQuery() {