Commit 40d8840ee193f325d8ee2e0fa0b3484458f7500b
1 parent
9fd5ad54
fix(src/packages): 时间选择器,选择了7天后,再操作,回显为一天的静态时间了
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -224,5 +224,5 @@ const shortCutSelect = (value: number) => { | @@ -224,5 +224,5 @@ const shortCutSelect = (value: number) => { | ||
224 | const endTs = Date.now() | 224 | const endTs = Date.now() |
225 | props.optionData.dataset = [startTs, endTs] as any | 225 | props.optionData.dataset = [startTs, endTs] as any |
226 | } | 226 | } |
227 | -shortCutSelect(24*60*60*1000)//默认近1天 | 227 | +// shortCutSelect(24*60*60*1000)//默认近1天 |
228 | </script> | 228 | </script> |