中扬CRM客户关系管理系统
#
luxiaotao1123
2022-09-16 89dbe78153eb2021b66c0e83d20ad860e719ff57
#
1个文件已修改
3 ■■■■ 已修改文件
src/main/webapp/static/js/deptTree.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/deptTree.js
@@ -34,9 +34,8 @@
                        onlyIconControl: true,
                        data: res.data,
                        click: function (obj) {
                            console.log(obj)
                            currentDeptId = obj.data.id;
                            currentDeptName = obj.data.title.split(" - ")[0];
                            currentDeptName = obj.data.title;
                            selObj = obj;
                            $('#organizationTree').find('.ew-tree-click').removeClass('ew-tree-click');
                            $(obj.elem).children('.layui-tree-entry').addClass('ew-tree-click');