@@ -178,6 +178,7 @@ export default {
},
async search() {
await this.getStudents();
+ this.userTree = this.getUserTree();
this.$nextTick(() => {
this.setTreeSelectedKeys();