From 1c01e669cca92f94eea5d1a73ff60f3bd34b9079 Mon Sep 17 00:00:00 2001 From: liuchengxin <13104445455@163.com> Date: 星期一, 23 五月 2022 16:38:27 +0800 Subject: [PATCH] BUG修改 --- 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