Commit 29c99dba authored by Xuehua Cai's avatar Xuehua Cai Committed by cinwell.li

Fix tree bug (#2206)

parent 62444292
......@@ -19,7 +19,7 @@
v-model="node.checked"
:indeterminate="node.indeterminate"
@change="handleCheckChange"
@click.native="handleUserClick">
@click.native.stop="handleUserClick">
</el-checkbox>
<span
v-if="node.loading"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment