Commit 8bb96a89 authored by caichuanming's avatar caichuanming

dataview时间格式 bug

parent 16417afd
...@@ -118,7 +118,7 @@ function formarRange(data) { ...@@ -118,7 +118,7 @@ function formarRange(data) {
// 日期区间格式化(时间部分为00:00:00-23:59:59) // 日期区间格式化(时间部分为00:00:00-23:59:59)
function changeDateRange(props, changedValues, allValues) { function changeDateRange(props, changedValues, allValues) {
const key = Object.keys(changedValues)[0]; const key = Object.keys(changedValues)[0];
const cols = reduceDimension(props.searchCols); const cols = reduceDimension([...props.searchCols, ...props.advancedSearchCols]);
const col = cols.find((item) => { const col = cols.find((item) => {
return item.key === key; return item.key === key;
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment