fix: 修复keys文件上传同一文件无法上传

This commit is contained in:
zhangds 2023-01-03 15:52:20 +08:00
parent f264ac900f
commit b03f7795a6
1 changed files with 2 additions and 0 deletions

View File

@ -216,6 +216,7 @@ const UseUploadExcel = (props) => {
type="file"
accept=".xls,.xlsx,.csv"
className="upload-input"
onClick={(e) => (e.target.value = "")}
onChange={(e) => fileChange(e)}
/>
<Button
@ -269,6 +270,7 @@ const UseUploadExcel = (props) => {
type="file"
accept=".xls,.xlsx,.csv"
className="upload-input1"
onClick={(e) => (e.target.value = "")}
onChange={(e) => fileChange(e)}
/>
<Icon type="up-circle-o" />