* commit '8761da9a9decd16f1141bbc3a0bfc380213ccd9b': chore: 优化
@ -547,7 +547,7 @@ BI.AbstractTreeValueChooser = BI.inherit(BI.Widget, {
value: nodes[i].value,
text: nodes[i].text,
times: 1,
isParent: node.getChildrenLength() > 0,
isParent: nodes[i].getChildrenLength() > 0,
checked: state[0],
half: state[1],
halfCheck: openState ? false : state[1],