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); }