Commit c57b9d05 authored by 姬鋆屾's avatar 姬鋆屾

推修改部门人员切换

parent ee6f93c4
......@@ -269,7 +269,7 @@ export default {
handleNodeClick(node) {
this.currentNode = node;
this.query = Object.assign({}, { deptId: node.id }, this.query);
this.query = Object.assign({}, this.query, { deptId: node.id });
this.getData();
},
doExport() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment