fix: 修改 topoLogy 图片选择后 无法删除的问题
This commit is contained in:
@@ -407,9 +407,11 @@ export default {
|
||||
obj[key] = findPen[key]
|
||||
}
|
||||
if (key === 'image') {
|
||||
obj.imageId = pen[key]
|
||||
obj.icon = ''
|
||||
}
|
||||
if (key === 'icon') {
|
||||
obj.imageId = pen[key]
|
||||
obj.image = ''
|
||||
}
|
||||
getTopology(this.meta2dId).setValue(obj) // 更新pen
|
||||
|
||||
Reference in New Issue
Block a user