fix: 修复前端obj为null的时候导致页面卡顿的问题
This commit is contained in:
parent
f869fc5f26
commit
9b208f6abe
@ -52,7 +52,7 @@
|
||||
</el-button>
|
||||
</div>
|
||||
<el-table
|
||||
v-if="props.nodeModel.properties.input_field_list.length > 0"
|
||||
v-if="props.nodeModel.properties.input_field_list?.length > 0"
|
||||
:data="props.nodeModel.properties.input_field_list"
|
||||
class="mb-16"
|
||||
>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user