fix: bug#11242

This commit is contained in:
jackhoo_98 2023-03-30 18:09:37 +08:00
parent f878cffe82
commit 74abf49b1e
1 changed files with 12 additions and 1 deletions

View File

@ -76,7 +76,18 @@
</j-form-item> </j-form-item>
</j-col> </j-col>
</j-row> </j-row>
<div
v-if="
!shareCluster &&
dynamicValidateForm.cluster.length === 0
"
style="
border: 1px #d9d9d9 solid;
margin-bottom: 12px;
"
>
<j-empty style="margin-top: 12px" />
</div>
<j-form <j-form
ref="formRef2" ref="formRef2"
layout="vertical" layout="vertical"