Skip to content

Commit

Permalink
用户管理部门查询选择节点后分页参数初始
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzongzhuan committed Dec 29, 2021
1 parent 919190d commit 418b74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruoyi-ui/src/views/system/user/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ export default {
// 节点单击事件
handleNodeClick(data) {
this.queryParams.deptId = data.id;
this.getList();
this.handleQuery();
},
// 用户状态修改
handleStatusChange(row) {
Expand Down

0 comments on commit 418b74b

Please sign in to comment.