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

This commit is contained in:
RuoYi 2021-12-29 11:04:09 +08:00
parent f244fe1855
commit d51e7cbb51
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ export default {
//
handleNodeClick(data) {
this.queryParams.deptId = data.id;
this.getList();
this.handleQuery();
},
//
handleStatusChange(row) {