forked from github/dataease
Merge pull request #12188 from dataease/pr@dev-v2@fix_picture
fix(数据大屏): 修复部分图片点击时控制台会报错问题
This commit is contained in:
commit
5bec96031d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user