fix:修改添加学员

This commit is contained in:
lixg
2022-12-01 14:55:31 +08:00
parent bb84f0a026
commit 8ae00ef4ce
6 changed files with 27 additions and 15 deletions

View File

@@ -688,7 +688,10 @@ export default {
if (k.node.treeChildList === null) {
state.selectedKeys = [k.node.key];
state.selectDepartment = k.node.name;
getPeoples();
if (!k.node.treeChildList) {
getPeoples();
}
}
// console.log("kkkkkk", k);
// state.selectedKeys = [k.node.key];