Merge pull request #12188 from dataease/pr@dev-v2@fix_picture

fix(数据大屏): 修复部分图片点击时控制台会报错问题
This commit is contained in:
王嘉豪 2024-09-13 11:02:48 +08:00 committed by GitHub
commit 5bec96031d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -223,7 +223,7 @@ onBeforeUnmount(() => {
</el-form-item>
</el-row>
<template v-if="curComponent.propValue.pictureAttr.showType">
<template v-if="curComponent?.propValue?.pictureAttr?.showType">
<el-row class="pic-adaptor" v-if="curComponent.propValue?.pictureAttr?.showType">
<el-form-item
class="form-item"