We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
用法 无法达到 第一个省级下拉禁用的效果
发现al-selector 对 disabled处理 如下 : while (this.disabled[i]) { if (this.disabled[i] === level) { isDis = true; break; } i++; }
this.disabled[i] = 0 时 无法处理 ,建议修改
The text was updated successfully, but these errors were encountered:
new data source & fix iview#50
23e01bb
No branches or pull requests
用法
无法达到 第一个省级下拉禁用的效果
发现al-selector 对 disabled处理 如下 :
while (this.disabled[i]) {
if (this.disabled[i] === level) {
isDis = true;
break;
}
i++;
}
this.disabled[i] = 0 时 无法处理 ,建议修改
The text was updated successfully, but these errors were encountered: