1
lzhe
2024-10-24 e795a1c5647efaae2b98b4b1a3fa2bc2037c4383
1
已修改1个文件
2 ■■■■■ 文件已修改
src/views/master/person/main/personDepartment.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/master/person/main/personDepartment.vue
@@ -149,8 +149,6 @@
                    if(res.code == 200) {
                        this.departmentList = this.removeHasChildren(res.data);
                        this.departmentList[0]._disabled = true;
                        console.log([this.departmentList[0]],111)
                        //this.$refs.treeRef.toggleRowSelection([that.departmentList[0]],true);
                    }
                })
            },