fix: 处理已被删除的图片 未处理的问题

This commit is contained in:
zhangyu
2023-04-19 10:28:47 +08:00
parent 24469c5e46
commit 6225903465
2 changed files with 11 additions and 1 deletions

View File

@@ -156,6 +156,8 @@ export default {
pen.imageId = pen.data.imageId
if (imageInfo) {
pen.image = `/topology/icon/0/${imageInfo.unit}/${imageInfo.name}`
} else {
pen.image = ''
}
}
pen.data = {