forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-03 ec720735f47ec0f9ffae7e84b1189bc9a7b1c6ed
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);
    }
  };