未验证 提交 db6e05e9 编写于 作者: C catouse

* picker: refactor.

上级 1509ef85
......@@ -509,6 +509,7 @@
var values = [];
for (var i = 0; i < that.list.length; ++i) {
var item = that.list[i];
if (item.disabled) continue;
var itemValue = item[that.options.valueKey];
values.push(itemValue);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册