Browse Source

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

RuoYi 3 years ago
parent
commit
3d7b36932e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/system/user/index.vue

+ 1 - 1
src/views/system/user/index.vue

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