mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
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