From 219f95ef447355d55c8cc37847a4ee7e1cd9f3ea Mon Sep 17 00:00:00 2001 From: 唐耀东 <18861537@qq.com> Date: 星期二, 31 五月 2022 21:09:25 +0800 Subject: [PATCH] 提交代码 --- src/views/system/dept/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index d1c6c4d..dd4b2de 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -115,7 +115,7 @@ </el-table> <!-- 娣诲姞鎴栦慨鏀归儴闂ㄥ璇濇 --> - <Dialog :title="title" :visible.sync="open" width="600px" append-to-body> + <Dialog :title="title" :visible.sync="open" width="600px" :append-to-body="true" :close-on-click-modal="false"> <el-form ref="form" :model="form" :rules="rules" label-width="80px"> <el-row> <el-col :span="24" v-if="form.parentId !== 0"> -- Gitblit v1.9.1