修复preview修改颜色没有成功问题

This commit is contained in:
X1627315083
2023-12-14 12:02:42 +08:00
parent 269e305386
commit 44d4a45609
10 changed files with 493 additions and 18 deletions

View File

@@ -419,7 +419,6 @@ export default defineComponent({
if(item.id === i.id){
i.layersObject = item.layersObject
i.priority = item.layersObject[0].priority
console.log(item,i);
}
})
})