@@ -610,9 +610,6 @@ onMounted(async () => {
treeHeight.value = scrollBarRef.value?.wrapRef?.clientHeight - 20;
});
-onActivated(() => {
- orgRef.value.setData(state.orgData);
-});
</script>
<style lang="scss" scoped>
.knowledge-index-container {
@@ -482,9 +482,6 @@ onMounted(async () => {
<style scoped lang="scss">
@@ -309,8 +309,6 @@ onMounted(async () => {
-onActivated(async () => {
onBeforeUnmount(() => {
window.removeEventListener('resize', () => {});