fix: 元素库切换模块,没有展示子模块下的元素

This commit is contained in:
chenjianxing 2022-04-22 18:26:31 +08:00 committed by 刘瑞斌
parent 48d3b05d20
commit e667020a28
1 changed files with 1 additions and 1 deletions

View File

@ -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() {