fix: download image size on edit page

This commit is contained in:
jialin
2025-02-06 15:04:15 +08:00
parent 2d03f17bde
commit 1a1807df96
2 changed files with 21 additions and 11 deletions
@@ -657,7 +657,6 @@ const GroundImages: React.FC<MessageProps> = forwardRef((props, ref) => {
);
const handleUpdateImageList = useCallback((base64List: any) => {
console.log('updateimagelist=========', base64List);
const currentImg = _.get(base64List, '[0]', {});
const img = _.get(currentImg, 'dataUrl', '');
setUploadList(base64List);