fix: 修复前端obj为null的时候导致页面卡顿的问题
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
CaptainB 2024-09-27 17:47:25 +08:00 committed by 刘瑞斌
parent f869fc5f26
commit 9b208f6abe

View File

@ -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"
>