src/components/page/DocumentDetailPage/index.jsx | ●●●●● patch | view | raw | blame | history |
src/components/page/DocumentDetailPage/index.jsx
@@ -142,7 +142,9 @@ showPreviewIcon: true }, onDownload: (file) => { console.log('file', file) // console.log('file', file) window.open(file.downloadUrl); }, onChange: ({ file, fileList }) => { fileList = fileList.slice(-2);