提交 6010e16e 编写于 作者: L lang

getRawValue fix

上级 16d74785
......@@ -418,6 +418,7 @@ define(function (require) {
* @return {number}
*/
listProto.getRawValue = function (idx) {
idx = this.getRawIndex(idx);
var itemOpt = this._rawData[idx];
var valueProp = this._valueProp;
if (itemOpt && itemOpt.hasOwnProperty(valueProp)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册