提交 37fcec30 编写于 作者: laizhilong's avatar laizhilong

组织树,部门树

上级 21cd5e67
......@@ -87,8 +87,7 @@
// 给树赋值,数据结构在后台已经按照eltree格式化
_this.TreeData = response.data;
if (response.data && response.data.length > 0) {
// 默认选中第一个节点
_this.defaultCheckedKeys.push(response.data[0]);
// 选中数据变更事件
_this.selectionChange(response.data[0]);
}
......
......@@ -86,8 +86,6 @@
// 给树赋值,数据结构在后台已经按照eltree格式化
_this.TreeData = response.data;
if (response.data && response.data.length > 0) {
const orgtree:any = this.$refs.OrgTree;
orgtree.currentNode = response.data[0];
// 选中数据变更事件
_this.selectionChange(response.data[0]);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册