diff --git a/components/DataView/index.js b/components/DataView/index.js index 008fbab05f575dcf0c81b26af152723f97702365..5d65ca3de537e806528e882266c8b55712e8c9f9 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; });