view-design / ViewUI

A high quality UI Toolkit built on Vue.js 2.0
https://www.iviewui.com/
Other
2.64k stars 796 forks source link

[Bug Report]日期范围选择 3.5.2版本改动导致左侧面板跳转下一月份变成回退上一月份 #256

Open xsbear opened 4 years ago

xsbear commented 4 years ago

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?

月份倒退


无问题版本资源可选择,无法在线重现

jushuihe commented 3 years ago

我用的 3.1.3 也有这个问题