fix:图片查重取值修改 #340

Merged
yaoshuli merged 1 commits from fix/change_task into test 1 year ago

@ -293,11 +293,11 @@ function updateComponent(key, e) {
const index = item.thumburl.lastIndexOf('/') + 1; // '/' 1 const index = item.thumburl.lastIndexOf('/') + 1; // '/' 1
const result = item.thumburl.substring(index); const result = item.thumburl.substring(index);
if(tempobj.izupload==result){ if(tempobj.izupload==result){
tempobj.izupload=item.pictureid tempobj.izupload=item.id
} }
}) })
} }
configStore.setAsideValue(tempobj) configStore.setAsideValue(tempobj)
} }

Loading…
Cancel
Save