src/views/maintenance/userManagement.vue
@@ -961,14 +961,14 @@ }, handleNodeClickto(data, node, nodeData) { this.queryForm.depid = data.id; this.queryForm.depid = data.code; this.queryForm.depName = data.name; }, //搜索按钮 queryInfo() { let searchData = { uname: this.queryForm.uname.trim(), depid: this.queryForm.depid, depcode: this.queryForm.depid, pageIndex: this.pageIndex, pageSize: this.pageSize, };