mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix(数据大屏): 修复部分图片点击时控制台会报错问题
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user