组织机构树选择组件调整

This commit is contained in:
qinjie 2021-09-01 10:31:10 +08:00
parent ff40c9afa0
commit 107eca865d
1 changed files with 2 additions and 2 deletions

View File

@ -114,8 +114,8 @@ export default {
methods: { methods: {
// //
selectTree(selectedKeys, e) { selectTree(selectedKeys, e) {
this.selectKey = e.node.eventKey; this.selectKey = e.node.dataRef.key;
this.selectTitle = e.node.title; this.selectTitle = e.node.dataRef.title;
this.$emit('getSelectTreeKey', this.selectKey); this.$emit('getSelectTreeKey', this.selectKey);
}, },
// / // /