From 470bc6e6ba9a5ba3c3fa339a09bff81b87ebfea2 Mon Sep 17 00:00:00 2001 From: zhangds Date: Thu, 11 Aug 2022 15:51:59 +0800 Subject: [PATCH] =?UTF-8?q?1)=20=E5=A2=9E=E5=8A=A0table=20=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E5=B8=A6bash=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UseUploadExcel/index.jsx | 1 + src/pages/plan/keyList/index.jsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/UseUploadExcel/index.jsx b/src/components/UseUploadExcel/index.jsx index 2e2a5c7f..40b37538 100644 --- a/src/components/UseUploadExcel/index.jsx +++ b/src/components/UseUploadExcel/index.jsx @@ -147,6 +147,7 @@ const UseUploadExcel = (props) => { setFilesTip(2); setPartSuccessTag(false); setShowUpType(false); + setDisabledSureBtn(true); onClose(); }; diff --git a/src/pages/plan/keyList/index.jsx b/src/pages/plan/keyList/index.jsx index f1f08ac7..4aea26d4 100644 --- a/src/pages/plan/keyList/index.jsx +++ b/src/pages/plan/keyList/index.jsx @@ -114,7 +114,7 @@ export default class acclist extends React.Component { getKeyCodeList(data) { let queryParams = _.omitBy( - { ...data, ...this.state.conditionalQuery }, + { ...data, ...this.state.conditionalQuery, hash: this.state.hashPop }, (value) => { return _.isNaN(value) || _.isNil(value); }