From 3a39e4e9e8229cd8ed658149f8ebb9425acaa8c9 Mon Sep 17 00:00:00 2001 From: dengyinhuan Date: Fri, 4 Aug 2023 20:39:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=BE=E7=89=87bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/fillion/components/uploads.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/client/src/sections/fillion/components/uploads.js b/web/client/src/sections/fillion/components/uploads.js index a10cdb2f..90088077 100644 --- a/web/client/src/sections/fillion/components/uploads.js +++ b/web/client/src/sections/fillion/components/uploads.js @@ -57,6 +57,7 @@ class Uploads extends Component { const { dispatch, value: thisEditData, onChange } = this.props; const { value: nextEditData, clearFileList } = np; console.log(nextEditData,'哈哈哈哈') + const setFileList = () => { let defaultFileList = []; defaultFileList = nextEditData.map((u, index) => {