效果图:
我们只需要设置这两个 属性 append-to-body :close-on-click-modal=“false”
el-dialog 设置
<!-- 审计单位选择对话框 -->
<el-dialog title="选择审计单位" :visible.sync="openChoose" width="650px" append-to-body :close-on-click-modal="false">
<el-form
:model="Params"
ref="queryParamsForm"
:inline="true"
label-width="68px"
>
<el-form-item label="单位名称" prop="name"