Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

加载json数据 disabled 能否不级联 #22

Open
geniuskai opened this issue Dec 13, 2018 · 0 comments
Open

加载json数据 disabled 能否不级联 #22

geniuskai opened this issue Dec 13, 2018 · 0 comments

Comments

@geniuskai
Copy link

geniuskai commented Dec 13, 2018

{
"value": 7,
"name": "事业部二",
"disabled": "disabled",
"children": [
{
"value": 10,
"name": "事业部2.1",
"selected": "selected",
"children": [
{
"value": 11,
"name": "事业部2.1.1",
"selected": "selected",
"children": []
}
]
}
]
}
]
},
json数据父节点设置了disabled,子节点对应的也给禁用了,有没有操作,可以父节点禁用,不影响子节点的选择

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant