mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 14:26:45 +08:00
fix:修改添加学员
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user