fix(过滤组件): 时间范围组件左侧快捷选取可以突破时间范围筛选
This commit is contained in:
parent
ec18489f08
commit
27290073fc
@ -254,7 +254,7 @@ export default {
|
|||||||
const param = cut.callBack();
|
const param = cut.callBack();
|
||||||
this.startWindowTime = param[0]
|
this.startWindowTime = param[0]
|
||||||
const disabled = param.some(ele => {
|
const disabled = param.some(ele => {
|
||||||
return this.disabledDate(ele)
|
return this.disabledDate(ele - 1000)
|
||||||
})
|
})
|
||||||
this.startWindowTime = 0
|
this.startWindowTime = 0
|
||||||
if (disabled) return
|
if (disabled) return
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user