Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

!!! 急急急 文件上传失败后重新上传不调接口报错 #3187

Open
zjx0917 opened this issue Feb 25, 2022 · 2 comments
Open

!!! 急急急 文件上传失败后重新上传不调接口报错 #3187

zjx0917 opened this issue Feb 25, 2022 · 2 comments

Comments

@zjx0917
Copy link

zjx0917 commented Feb 25, 2022

    reupload = (uuid) => {
        let files = this.state.files;
        _.map(files, file => {
            const index = this.findIndexByUuid(uuid);
            const status = index > -1 ? files[index].status : '';
            index > -1
            && (status === FILE_STATUS.UPLOAD_ERROR)
            && this.uploader && this.uploader.upload(file);
        });
    }


@zjx0917
Copy link
Author

zjx0917 commented Feb 25, 2022

image

@zjx0917 zjx0917 changed the title 文件上传失败后重新上传不调接口报错 !!! 急急急 文件上传失败后重新上传不调接口报错 Feb 25, 2022
@zjx0917
Copy link
Author

zjx0917 commented Feb 25, 2022

已经解决

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant