提交 4a798b5e 编写于 作者: F Fyerl

dirty 状态下 wheel refresh() 后仍需 enable()

上级 5b119b9a
......@@ -171,7 +171,7 @@
this.wheels = this.wheels || []
let wheelWrapper = this.$refs.wheelWrapper
for (let i = 0; i < this.pickerData.length; i++) {
this._createWheel(wheelWrapper, i)
this._createWheel(wheelWrapper, i).enable()
}
this.dirty && this._destroyExtraWheels()
this.dirty = false
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册