去掉console
This commit is contained in:
parent
6cc1f00d38
commit
844f9a207f
2
dist/xm-select.js
vendored
2
dist/xm-select.js
vendored
File diff suppressed because one or more lines are too long
@ -96,7 +96,6 @@ class Framework extends Component{
|
|||||||
data.forEach(item => {
|
data.forEach(item => {
|
||||||
//数据提取/处理
|
//数据提取/处理
|
||||||
item.__node = { parent, level, loading: item.__node && item.__node.loading },
|
item.__node = { parent, level, loading: item.__node && item.__node.loading },
|
||||||
console.log(item);
|
|
||||||
|
|
||||||
dataObj[item[value]] = item;
|
dataObj[item[value]] = item;
|
||||||
flatData.push(item);
|
flatData.push(item);
|
||||||
@ -419,7 +418,6 @@ class Framework extends Component{
|
|||||||
// this.base.scrollIntoView({ behavior: "smooth" });
|
// this.base.scrollIntoView({ behavior: "smooth" });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log(attr);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}).observe(this.input, { attributes: true });
|
}).observe(this.input, { attributes: true });
|
||||||
|
Loading…
Reference in New Issue
Block a user