From 34e9605033b51eed37a3c7e1df4e4a2f394c9ab0 Mon Sep 17 00:00:00 2001 From: 唐耀东 <18861537@qq.com> Date: 星期二, 13 九月 2022 10:42:16 +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