Commit 545aa32b43e5bb0eafae34b7ba039223db3927a5

Authored by 梁灏
1 parent 69a10b78

update

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/tree/tree.vue
@@ -125,7 +125,7 @@ @@ -125,7 +125,7 @@
125 this.$nextTick(() => { 125 this.$nextTick(() => {
126 this.updateData(); 126 this.updateData();
127 this.broadcast('TreeNode', 'indeterminate'); 127 this.broadcast('TreeNode', 'indeterminate');
128 - }) 128 + });
129 } 129 }
130 } 130 }
131 }; 131 };