fix: 修复删除sku图片无效问题
parent
8b15cfb0b1
commit
3b9e54375a
|
@ -863,7 +863,7 @@ export default {
|
|||
},
|
||||
// 移除已选图片
|
||||
handleRemove(item, index) {
|
||||
images.splice(index, 1)
|
||||
item.splice(index, 1)
|
||||
this.previewPicture = "";
|
||||
},
|
||||
// 查看商品大图
|
||||
|
|
Loading…
Reference in New Issue