From f29bd59fc0a1552be37f90b240ec59fde6bbdcc1 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Thu, 28 Jul 2022 14:55:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/plan/keyList/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/plan/keyList/index.jsx b/src/pages/plan/keyList/index.jsx index 45de610a..102b82c4 100644 --- a/src/pages/plan/keyList/index.jsx +++ b/src/pages/plan/keyList/index.jsx @@ -104,7 +104,7 @@ export default class acclist extends React.Component { getKeyCodeList(data) { let queryParams = _.omitBy( - { ...data, ...this.state.conditionalQuery }, + { ...data, ...this.state.conditionalQuery, ...this.state.sha1 }, (value) => { return _.isNaN(value) || _.isNil(value) }