feat: input-image 事件动作补充

This commit is contained in:
liujintao03 2022-02-18 10:47:17 +08:00
parent 47c1c19141
commit d7a8aae783
2 changed files with 2 additions and 2 deletions

View File

@ -509,7 +509,7 @@ export default class FileControl extends React.Component<FileProps, FileState> {
}
}
);
this.onChange();
this.dispatchEvent('change');
}
handleDropRejected(

View File

@ -982,7 +982,7 @@ export default class ImageControl extends React.Component<
}
}
);
this.onChange();
this.dispatchEvent('change');
}
sendFile(