#6135
This commit is contained in:
mo.duan 2019-09-04 11:25:52 +08:00
parent 88f40c57a6
commit d7d5bda587

View file

@ -44,6 +44,7 @@
this.$nextTick(() => { this.$nextTick(() => {
$parent.currentVisible = true; $parent.currentVisible = true;
}); });
return;
} else if (hasChildren) { } else if (hasChildren) {
this.$parent.$emit('on-haschild-click'); this.$parent.$emit('on-haschild-click');
} else { } else {