From 4001279159dd37942b3cf4c83ab537f95832a82d Mon Sep 17 00:00:00 2001 From: liuchengxin <13104445455@163.com> Date: 星期一, 06 六月 2022 13:33:21 +0800 Subject: [PATCH] BUG修改 --- src/views/system/post/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/post/index.vue b/src/views/system/post/index.vue index 4aa8b56..5f49cb4 100644 --- a/src/views/system/post/index.vue +++ b/src/views/system/post/index.vue @@ -127,7 +127,7 @@ /> <!-- 娣诲姞鎴栦慨鏀瑰矖浣嶅璇濇 --> - <Dialog :title="title" :visible.sync="open" width="500px" append-to-body> + <Dialog :title="title" :visible.sync="open" width="500px" :append-to-body="true" :close-on-click-modal="false"> <el-form ref="form" :model="form" :rules="rules" label-width="80px"> <el-form-item label="宀椾綅鍚嶇О" prop="postName"> <el-input v-model="form.postName" placeholder="璇疯緭鍏ュ矖浣嶅悕绉�" /> -- Gitblit v1.9.1