chore: do not close pop window when click model

This commit is contained in:
RockYang
2024-01-08 11:01:19 +08:00
parent 485bdbc56a
commit 9e704365fc
6 changed files with 8 additions and 3 deletions

View File

@@ -48,6 +48,7 @@
<el-dialog
v-model="showDialog"
:title="title"
:close-on-click-modal="false"
style="width: 90%; max-width: 600px;"
>
<el-form :model="item" label-width="120px" ref="formRef" :rules="rules">