mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 优化弹出层关闭问题
This commit is contained in:
parent
f3f9e18088
commit
fb6358cd38
|
|
@ -1,5 +1,10 @@
|
|||
<template>
|
||||
<el-dialog :title="title" v-model="dialogVisible">
|
||||
<el-dialog
|
||||
:title="title"
|
||||
v-model="dialogVisible"
|
||||
:close-on-click-modal="false"
|
||||
:close-on-press-escape="false"
|
||||
>
|
||||
<el-form
|
||||
ref="userFormRef"
|
||||
:model="userForm"
|
||||
|
|
|
|||
Loading…
Reference in New Issue