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

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

Description

@ZJinxiu
    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);
        });
    }


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions