fix: 元素库切换模块,没有展示子模块下的元素
This commit is contained in:
parent
48d3b05d20
commit
e667020a28
|
@ -353,8 +353,8 @@ export default {
|
|||
},
|
||||
//下拉框关闭执行
|
||||
popoverHide() {
|
||||
this.$emit('getValue', this.returnDataKeys, this.returnDatas ? this.returnDatas : {});
|
||||
this.$emit('setSelectNodeIds', this.selectNodeIds);
|
||||
this.$emit('getValue', this.returnDataKeys, this.returnDatas ? this.returnDatas : {});
|
||||
},
|
||||
// 多选,清空所有勾选
|
||||
clearSelectedNodes() {
|
||||
|
|
Loading…
Reference in New Issue