fix: 修改 topoLogy 图片选择后 无法删除的问题

This commit is contained in:
zhangyu
2023-03-29 16:41:16 +08:00
parent d7ae7cebd2
commit 97c4b3c155
3 changed files with 12 additions and 2 deletions

View File

@@ -1233,6 +1233,11 @@ export default {
this.pen.image = ''
this.change('icon')
}
if (!image.id) {
this.pen.image = image.image
this.pen.icon = ''
this.change('image')
}
},
colorChange (val, key) {
this.pen.data.params[key] = val