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

product
RuoYi 2021-12-29 15:39:34 +08:00
parent 919190dedc
commit 418b74b39d
1 changed files with 1 additions and 1 deletions

View File

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