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