feat: 接口定义批量移动

This commit is contained in:
wenyann 2021-02-01 17:37:20 +08:00
parent 89ad020b38
commit 0077a4f047
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@
buildNodePath(node, {path: ''}, moduleOptions);
});
this.$emit('setModuleOptions', moduleOptions);
this.$emit('setNodeTree', this.data);
if (this.$refs.nodeTree) {
this.$refs.nodeTree.filter(this.condition.filterText);
}