From a11a0258c4a0035b6c53c9844e9e4fb343d7cd56 Mon Sep 17 00:00:00 2001 From: xusongfu Date: Wed, 4 Jan 2023 17:38:01 +0800 Subject: [PATCH] fix: fix the download data. fix the download data by filter params if use backend request Closes-Bug: #2001607 Change-Id: Ibb0f49eaa8c8721e54f67ae48e0d7c6ea8ccd260 --- src/containers/List/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/containers/List/index.jsx b/src/containers/List/index.jsx index 379406de..629b73ab 100644 --- a/src/containers/List/index.jsx +++ b/src/containers/List/index.jsx @@ -1049,6 +1049,7 @@ export default class BaseList extends React.Component { // this.list.timeFilter = timeFilter; this.setState( { + filters: rest, timeFilter, }, () => {