fix: 优化弹出层关闭问题
This commit is contained in:
parent
f3f9e18088
commit
fb6358cd38
@ -1,5 +1,10 @@
|
|||||||
<template>
|
<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
|
<el-form
|
||||||
ref="userFormRef"
|
ref="userFormRef"
|
||||||
:model="userForm"
|
:model="userForm"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user