[Bug Report] picker组件联动时,如果只滑动一列,触发的change事件中values值只有滑动的那列是正确的,另一列一直是初始值
- Dominant language
- Vue
- Stars
- 16.4k
- Forks
- 3.5k
- PR merge metrics
- No merged PRs in 30d
Description
### Mint UI version
2.2.13
### OS/Browsers version
win10/Google Chrome 68.0.3440.106
### Vue version
2.5.17
### Reproduction Link
[https://user-images.githubusercontent.com/20453836/44941815-ebc61000-add7-11e8-9ae9-b8321d42f298.png](https://user-images.githubusercontent.com/20453836/44941815-ebc61000-add7-11e8-9ae9-b8321d42f298.png)
### Steps to reproduce
如图所示,两列初始值都为5,只一次选择了2和13,关闭picker再次打开picker的时候,两列的值会停留在2和13,这个时候滑动左列,返回的values值console值左列是正确的,右列一直是初始值,但是picker上显示的是13
### What is Expected?
当只单列滑动的时候,触发change事件的时候,能正确获取到其他列的值,而不是获得的默认值
### What is actually happening?
当只单列滑动的时候,触发change事件的时候,能正确获取到其他列的值,而不是获得的默认值
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.