forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-05 c2d3132eab38dc7d884c6b832469ad07a6fc56ef
gz-customerSystem/src/components/ArcoUpload/index.jsx
@@ -31,7 +31,7 @@
  const handleFileListChange = (fileList) => {
    setMyFileList(fileList);
    if (props.onFileListChange) {
      props.onFileListChange(fileList.length);
      props.onFileListChange(fileList);
    }
  };