From 8bb96a89eb69b7a796da95de3f7ce4ed3b88e18e Mon Sep 17 00:00:00 2001 From: caichuanming Date: Fri, 14 Feb 2020 17:25:18 +0800 Subject: [PATCH] =?UTF-8?q?dataview=E6=97=B6=E9=97=B4=E6=A0=BC=E5=BC=8F=20?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/DataView/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/DataView/index.js b/components/DataView/index.js index 008fbab..5d65ca3 100644 --- a/components/DataView/index.js +++ b/components/DataView/index.js @@ -118,7 +118,7 @@ function formarRange(data) { // 日期区间格式化(时间部分为00:00:00-23:59:59) function changeDateRange(props, changedValues, allValues) { const key = Object.keys(changedValues)[0]; - const cols = reduceDimension(props.searchCols); + const cols = reduceDimension([...props.searchCols, ...props.advancedSearchCols]); const col = cols.find((item) => { return item.key === key; }); -- 2.21.0