修复designdetail bug

This commit is contained in:
X1627315083
2024-04-29 17:36:28 +08:00
parent 9160ed3c09
commit 09c9b13f0a
2 changed files with 4 additions and 7 deletions

View File

@@ -321,6 +321,7 @@ export default defineComponent({
if(item.type != 'body'){
if(item.id == designItemDetail.clothes[index].id || item.id == this.sketchImg.id_){
designItemDetail.clothes[index].color = item.color
designItemDetail.clothes[index].designType = this.sketchImg.designType?this.sketchImg.designType:'Library'
designItemDetail.clothes[index].layersObject = item.layersObject
designItemDetail.clothes[index].minIOPath = item.minIOPath
designItemDetail.clothes[index].path = item.path