fix:图片查重取值修改

pull/340/head
lihui_ocr 1 year ago
parent fc919ad79d
commit c185741aaa

@ -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