|
@@ -95,9 +95,10 @@ export default function () {
|
|
|
}
|
|
|
})
|
|
|
$dom.on('change', e => {
|
|
|
- if (that.isExpanded) {
|
|
|
- that.filterChange(that, e.target.value)
|
|
|
- }
|
|
|
+ // 这里注释掉,是因为 当鼠标点击触发弹出后,会导致取"e.target.value"值无效
|
|
|
+ // if (that.isExpanded) {
|
|
|
+ // that.filterChange(that, e.target.value)
|
|
|
+ // }
|
|
|
stopEvent(e)
|
|
|
})
|
|
|
}
|