forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-06 3c3ac0c2c225f763fffb05ad669d76b50b4f6e45
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);
    }
  };