Open xsbear opened 4 years ago
macOS 10.15/ Chrome 79.0.3945.79/ Vue 2.6.10
https://run.iviewui.com/preview/bco3zgJG
3.5.2及以上版本 日期范围选择 设置 type="daterange" split-panels ,左侧面板板跳转下一月份变成回退上一月份,3.5.1 无问题,应该是 changePanelDate 方法做了调整,添加了如下逻辑 current[set${type}](current[get${type}](), 0); ,既当月日期数为0时,其实是月份变少
set${type}
get${type}
跳转下一月份,应该月份递增
月份倒退
无问题版本资源可选择,无法在线重现
我用的 3.1.3 也有这个问题
Environment
macOS 10.15/ Chrome 79.0.3945.79/ Vue 2.6.10
Reproduction link
https://run.iviewui.com/preview/bco3zgJG
Steps to reproduce
3.5.2及以上版本 日期范围选择 设置 type="daterange" split-panels ,左侧面板板跳转下一月份变成回退上一月份,3.5.1 无问题,应该是 changePanelDate 方法做了调整,添加了如下逻辑 current[
set${type}
](current[get${type}
](), 0); ,既当月日期数为0时,其实是月份变少What is expected?
跳转下一月份,应该月份递增
What is actually happening?
月份倒退
无问题版本资源可选择,无法在线重现