fix(过滤组件): 时间范围组件左侧快捷选取可以突破时间范围筛选

This commit is contained in:
dataeaseShu 2024-04-07 10:57:07 +08:00
parent ec18489f08
commit 27290073fc

View File

@ -254,7 +254,7 @@ export default {
const param = cut.callBack();
this.startWindowTime = param[0]
const disabled = param.some(ele => {
return this.disabledDate(ele)
return this.disabledDate(ele - 1000)
})
this.startWindowTime = 0
if (disabled) return