提交 08736178 编写于 作者: Q qiang

fix: 解决picker组件关闭时内部状态未重置的问题 #192

上级 21aab6b1
......@@ -233,6 +233,11 @@ export default {
}
}
})
},
visible (val) {
if (!val) {
this.$nextTick(() => this._setValue())
}
}
},
created () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册