修复productimg bug

This commit is contained in:
WangXiaoDong
2024-07-21 22:59:46 +08:00
parent 675630972f
commit 7a54a89a4c

View File

@@ -344,9 +344,9 @@ export default defineComponent({
file.id = res.data.id file.id = res.data.id
file.isChecked = true file.isChecked = true
file.type = 'ProductElement' file.type = 'ProductElement'
if(productimgMenu.value.value == 'Relight'){ // if(productimgMenu.value.value == 'Relight'){
file.type = "ToProductImage" // file.type = "ToProductImage"
} // }
productImgData.fileList[productimgMenu.value.value].filter((v: any) => v.status === "done"); productImgData.fileList[productimgMenu.value.value].filter((v: any) => v.status === "done");
}else{ }else{
bor = false bor = false