fix: 修改 topoLogy 图片选择后 无法删除的问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user